TopologicalGraphExtension<V, E> extension

on

Methods

topological(V vertex, {StorageStrategy<V>? vertexStrategy}) Iterable<V>
Traverses the vertices in a topological order, starting with vertex.
topologicalAll(Iterable<V> vertices, {StorageStrategy<V>? vertexStrategy}) Iterable<V>
Traverses the vertices in a topological order, starting with vertices.