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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub