Lect 01: Introduction to Graphs with Networkx

Published: 09 May 2022
on channel: Data Science Center
1,669
16

Graphs with networkx

Python networkx library

A simple undirected graph (or simply, a graph) G is defined as G=(V,E) , where
V={v1, .., vn} is a set of nodes (also called vertices) and E={{vk,vw} .., {vi,vj}} is a set
of two-sets (set of two elements) of edges.


The order of a graph is the number of its vertices |V|.
The size of a graph is the number of its edges |E|.

The degree of a vertex is the number of edges that are adjacent to it


Watch video Lect 01: Introduction to Graphs with Networkx online, duration hours minute second in high quality that is uploaded to the channel Data Science Center 09 May 2022. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,669 times and liked it 16 visitors.