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