Graph Fundamentals
Learn graph representations (adjacency list and matrix), graph traversal algorithms (BFS and DFS), and connected components analysis.
Learn graph representations (adjacency list and matrix), graph traversal algorithms (BFS and DFS), and connected components analysis.
Master graph algorithms and data structures. Learn graph traversal, shortest path algorithms, and advanced graph problems.
Master tree data structures including traversals (inorder, preorder, postorder, level-order), height calculations, and properties.