03
Graphs: Traversals and commonly used algorithms
Understand the graph data structure in computer science, its representations. Then we discuss the most popular graph algorithms: DFS,BFS,DSU,MST and Dijikstra's algorithm. In Depth implementation of each of the algorithm will be provided.