Depth-First Search
Term side of the Card
Topic: Search Algorithms
Unit title: Depth-First Search
Categories: Algorithm
Explanation side of the Card
Explanation: The traversal algorithm that dives as deep as possible in a branch before backtracking. Often used in pathfinding, cycle detection and component analysis.