Category:Depth-first search
From LiteratePrograms
This category contains implementations of depth-first search, a simple graph search algorithm. Compared to breadth-first search, it is more space efficient but doesn't always find the shortest path.
This category contains implementations of depth-first search, a simple graph search algorithm. Compared to breadth-first search, it is more space efficient but doesn't always find the shortest path.