搜索资源列表
DFS
- A program to find the depth first search on a given graph.It contains a source code, input file and an output file.
DFS
- Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree 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.