The type of the graph.
The return type of the visitor function.
The parameters for the breadth-first search.
The visitor function to be called for each visited node.
The graph to traverse.
The starting nodes for the traversal.
Optional
opts?: TraversalOptionsThe options for the traversal.
The result of the visitor function or undefined.
Generated using TypeDoc
Performs a breadth-first search traversal on a graph.