DepthFirstPostOrderGraphExtension<V, E> extension

on

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.