Uses of Interface
com.jgalgo.alg.Bfs.IntIter
-
Packages that use Bfs.IntIter Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of Bfs.IntIter in com.jgalgo.alg
Methods in com.jgalgo.alg that return Bfs.IntIter Modifier and Type Method Description static Bfs.IntIter
Bfs. newInstance(IntGraph g, int source)
Create a BFS iterator in an int graph.static Bfs.IntIter
Bfs. newInstanceBackward(IntGraph g, int source)
Create a backward BFS iterator in an int graph.
-