Skip to main content

2 docs tagged with "dfs"

View all tags

Week 6: Binary Trees & BSTs

Move from linear to hierarchical data structures. Master Depth-First Search (DFS), Breadth-First Search (BFS), and the properties of Binary Search Trees in Java.

Week 7: Graph Foundations

Transition from trees to general networks. Master graph representations, Adjacency Lists, and grid-based DFS/BFS traversals in Java.