Uses of Interface
com.jgalgo.alg.traversal.DfsIter
Packages that use DfsIter
Package
Description
Algorithms for traversing graphs, such as depth-first search and breadth-first search.
-
Uses of DfsIter in com.jgalgo.alg.traversal
Subinterfaces of DfsIter in com.jgalgo.alg.traversalMethods in com.jgalgo.alg.traversal that return DfsIterModifier and TypeMethodDescriptionstatic <V,E> DfsIter <V, E> DfsIter.newInstance(Graph<V, E> g, V source) Create a DFS iterator.