strong_connect

Function strong_connect 

Source
fn strong_connect(graph: &mut Graph, position: Point) -> usize
Expand description

Tarjan’s algorithm to find strongly connected components, e.g. cycles in a directed graph.