Uses of Package
org.graph4j.traversal
Packages that use org.graph4j.traversal
Package
Description
Implementations of the depth-first search (DFS) and breadth-first search (BFS)
algorithms, using both iterator and visitor patterns.
-
Classes in org.graph4j.traversal used by org.graph4j.traversalClassDescriptionA breadth first search (BFS) visitor of a graph.A depth first search (DFS) visitor of a graph.A node of the BFS or DFS tree created while traversing a graph.