DepthFirstGraphExtension<V, E> extension

on

Methods

depthFirst(V vertex, {StorageStrategy<V>? vertexStrategy}) Iterable<V>
Traverses the vertices in a depth-first order, starting with vertex.
depthFirstAll(Iterable<V> vertices, {StorageStrategy<V>? vertexStrategy}) Iterable<V>
Traverses the vertices in a depth-first order, starting with vertices.