Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Dive into the world of graph algorithms with this comprehensive video tutorial on Depth First Search (DFS). Explore the fundamental concepts of graph traversal before delving into detailed examples that provide intuition for DFS. Learn both recursive and iterative implementations, complete with code demonstrations. Understand the distinctions between preorder and postorder DFS traversals. Discover practical and engaging applications of DFS in graph theory. Follow along with time-stamped sections covering introduction, graph traversal basics, DFS walkthroughs, implementation techniques, traversal order comparisons, and real-world applications. Enhance your understanding of this crucial algorithm through clear explanations and visual animations created using the open-source manim library.
Syllabus
Intro and Preview
Graph Traversal
DFS Walkthrough and Examples
Recursive Implementation
Iterative Implementation
Preorder vs Postorder DFS
DFS Applications
Taught by
Reducible