Uses of Interface
org.graph4j.traversal.BFSVisitor

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