Function petgraph::algo::scc

source ·
pub fn scc<G>(g: G) -> Vec<Vec<G::NodeId>>where
    G: IntoNeighborsDirected + Visitable + IntoNodeIdentifiers,
👎Deprecated: renamed to kosaraju_scc
Expand description

Renamed to kosaraju_scc.