TopologicalGraphExtension<V, E> extension
- on
-
- Graph<
V, E>
- Graph<
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
.