Skip to main content

3 docs tagged with "DFS"

View all tags

Graph Fundamentals

Learn graph representations (adjacency list and matrix), graph traversal algorithms (BFS and DFS), and connected components analysis.

Graphs

Master graph algorithms and data structures. Learn graph traversal, shortest path algorithms, and advanced graph problems.

Tree Fundamentals

Master tree data structures including traversals (inorder, preorder, postorder, level-order), height calculations, and properties.