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