[][src]Function petgraph::algo::scc

pub fn scc<G>(g: G) -> Vec<Vec<G::NodeId>> where
    G: IntoNeighborsDirected + Visitable + IntoNodeIdentifiers
Deprecated:

renamed to kosaraju_scc

Renamed to kosaraju_scc.