Uses of Interface
org.graph4j.traversal.DFSVisitor

Packages that use DFSVisitor
Package
Description
Implementations of the depth-first search (DFS) and breadth-first search (BFS) algorithms, using both iterator and visitor patterns.