DepthFirstSearchCrawlerTVertex, TEdgeCrawl Method |
Name | Description | |
---|---|---|
Crawl |
Crawls the graph set as the graphToCrawl in the constructor. It picks the first vertex in the graph to start.
| |
Crawl(TVertex) |
Crawls the graph set as the graphToCrawl in the constructor, starting with the vertex specified. If the vertex isn't in the graph, the routine is a no-op
|