pub fn scc<G>(g: G) -> Vec<Vec<G::NodeId>>where G: IntoNeighborsDirected + Visitable + IntoNodeIdentifiers,
Renamed to kosaraju_scc.
kosaraju_scc