01
Depth First Search
DFS
Explored
--
Path
--
Time
--
Explores as deep as possible along each branch before backtracking. Trades optimality for memory efficiency.