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 BFSIterBFSIter. newInstance(Graph g, int source)Create a BFS iterator rooted at a single source vertex.static BFSIterBFSIter. newInstanceBackward(Graph g, int source)Create a backward BFS iterator rooted at a single source vertex.
-