Module rs_graph::bfs

source ·
Expand description

Breath-first-search algorithms.

Functions

Do a breath-first-search on an directed graph starting in u.
Do a breath-first-search on an undirected graph starting in u.