Uses of Interface
org.graph4j.util.IntIterator
Packages that use IntIterator
Package
Description
Implementations of the depth-first search (DFS) and breadth-first search (BFS)
algorithms, using both iterator and visitor patterns.
-
Uses of IntIterator in org.graph4j.traversal
Classes in org.graph4j.traversal that implement IntIteratorModifier and TypeClassDescriptionclassDeprecated.classImplements an iterator that performs Maximum Cardinality Search (MCS) algorithm on an undirected graph.classA topological order iterator for a directed acyclic graph (DAG).