Tuesday, 15 November 2011

DFS Program with Output.....

Depth-first search (DFS) is an algorithm for traversing or searching a treetree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking.


Program of DFS......


http://www.ziddu.com/download/17355692/DFSProgramwithOutput.txt.html


1 comment: