Slides / VideoAdvanced
Depth-First Search (DFS)
Depth-First Search explores each branch to its deepest point before backtracking, using a stack and minimal memory.
1 / 6
Depth-First Search explores each branch to its deepest point before backtracking, using a stack and minimal memory.