PDA

View Full Version : dfs


Aya
November 15th, 2008, 05:28 PM
what is the program in C++ which display the result of depth first search?

fringe
November 19th, 2008, 02:48 AM
You can find C++ implementation here: depth-first search tutorial (http://simpleprogrammingtutorials.com/tutorials/graphs/DFS-undirected.php)