In this video we will discuss basic terms and important topics in graph data structure.
We will cover more about this data structure in the upcoming videos in details with implementation in Python.
Topics Discussed:
how graphs are different from binary trees, linked list
travelling salesman problem representation
what is adjacency matrix and its advantages and disadvantages
what is adjacency list and its advantages and disadvantages
directed graph
undirected graph
cycles in a graph
🔗Important Links:
Data Structures in Python: https://www.thinkxacademy.com/Data%20...
🌐Join our community:
Android App(Notes+Videos): https://play.google.com/store/apps/de... Facebook: / thinkxacademy Twitter: / thinkxacademy Instagram: / thinkxacademy
#python #graphtheory #datastructures #directedgraph #undirectedgraph