|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
DepthFirstScan | ![]() |
| DepthFirstScan performs a depth-first scan of the graph g starting at the vertex s and evaluates |
| DepthFirstScan performs a depth-first scan of the whole graph g. |
| "DiscoverVertex" | when vertices are discovered | |
| "UnvisitedVertex" | when unvisited vertices are rediscovered | |
| "VisitedVertex" | when visited vertices are rediscovered |
| "FrontierEdge" | edge in the DFS tree | |
| "BackEdge" | edge to ancestor in the DFS tree | |
| "ForwardEdge" | edge to descendant in the DFS tree | |
| "CrossEdge" | other edge |