DepthFirstPostOrderGraphExtension<V, E> extension
- on
-
- Graph<
V, E>
- Graph<
Methods
-
depthFirstPostOrder(
V vertex, {StorageStrategy< V> ? vertexStrategy}) → Iterable<V> -
Traverses the vertices in a depth-first order, starting with
vertex
. -
depthFirstPostOrderAll(
Iterable< V> vertices, {StorageStrategy<V> ? vertexStrategy}) → Iterable<V> -
Traverses the vertices in a depth-first order, starting with
vertices
.