IntermediateVocabulary#software-architecture#developer-tools#backend

Depth-First Search Vocabulary

Learn the vocabulary of diving as deep as possible down one path before backtracking to explore siblings.

0 / 5 completed
1 / 5
At standup, a dev mentions exploring a graph by diving as deep as possible down one path before backtracking, only exploring a sibling branch once the current path is fully exhausted. What is this algorithm called?