BreadthFirstGraphExtension<V, E> extension

on

Methods

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