Skip to main content

Module traversal

Module traversal 

Source
Expand description

Graph traversal algorithms (BFS).

Enums§

TraversalDirection
Direction for graph traversal.

Functions§

bfs_traverse
BFS traversal from a starting node, following specific edge types.