Function tarjan

Source
pub fn tarjan(graph: impl RandomAccessGraph, pl: &mut impl ProgressLog) -> Sccs
Expand description

Tarjan’s algorithm for strongly connected components.