V - vertex typepublic interface GraphTraversal<V>
| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphTraversal.Node<V>
This is a node in a spanning tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends GraphTraversal.Node<V>> |
getOrderedNodes()
Gets the list of visited nodes, in the order of being visited.
|
List<? extends GraphTraversal.Node<V>> getOrderedNodes()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.