Module rs_graph::dfs

source ·
Expand description

Breath-first-search algorithms.

Functions

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