| Constructor and Description |
|---|
DFSTreeTraversal(Graph<V,E> graph) |
| Modifier and Type | Method and Description |
|---|---|
DFSTree<V,E> |
formDFSTree()
Forms a DFS tree whose root is the first vertex of the associated graph
|
DFSTree<V,E> |
formDFSTree(V root)
Forms a DFS tree with the given root
|