Uses of Interface
com.jgalgo.alg.traversal.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
Modifier and TypeMethodDescriptionstatic DfsIter.Int
DfsIter.newInstance
(IntGraph g, int source) Create a DFS iterator for an int graph.