Resources
Videos
Graph traversal algorithms
Slides
Web resources
DFS traversal of a tree using recursion (GeeksforGeeks)
Lesson activities
Objectives
- Be able to trace depth-first and breadth-first algorithms.
- Describe typical applications of each.
Graph traversal algorithms
DFS traversal of a tree using recursion (GeeksforGeeks)