Back to Developer Roadmap

Depth First Search

src/data/roadmaps/computer-science/content/[email protected]

4.0298 B
Original Source

Depth First Search

Depth first search is a graph traversal algorithm that starts at a root node and explores as far as possible along each branch before backtracking.

Visit the following resources to learn more: