Uses of Interface
com.jgalgo.BFSIter
-
Packages that use BFSIter Package Description com.jgalgo -
-
Uses of BFSIter in com.jgalgo
Methods in com.jgalgo that return BFSIter Modifier and Type Method Description static BFSIter
BFSIter. newInstance(Graph g, int source)
Create a BFS iterator rooted at a single source vertex.static BFSIter
BFSIter. newInstanceBackward(Graph g, int source)
Create a backward BFS iterator rooted at a single source vertex.
-