Uses of Interface
com.jgalgo.alg.BfsIter
-
Packages that use BfsIter Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of BfsIter in com.jgalgo.alg
Subinterfaces of BfsIter in com.jgalgo.alg Modifier and Type Interface Description static interface
BfsIter.Int
A BFS iterator forIntGraph
.Methods in com.jgalgo.alg that return BfsIter Modifier and Type Method Description static <V,E>
BfsIter<V,E>BfsIter. newInstance(Graph<V,E> g, V source)
Create a BFS iterator.
-