Graph Introduction - Data Structures & Algorithms Tutorials In Python #12

codebasics
Youtube
Related Topic
:- programming skills Data Structures Algorithm Python

In this video we will go over the introduction of graph data structure in python. There are two types of graphs, (1) Directed: There is a direction in the way two nodes are connected. Example is flight routes between two cities. (2) Undirected: There is no direction to how two nodes in the graph are connected. 

Comments