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