Uses of Interface
com.jgalgo.alg.traversal.DfsIter.Int
Packages that use DfsIter.Int
Package
Description
Algorithms for traversing graphs, such as depth-first search and breadth-first search.
-
Uses of DfsIter.Int in com.jgalgo.alg.traversal
Methods in com.jgalgo.alg.traversal that return DfsIter.IntModifier and TypeMethodDescriptionstatic DfsIter.Int
DfsIter.newInstance
(IntGraph g, int source) Create a DFS iterator for an int graph.