Function petgraph::algo::scc
[−]
[src]
pub fn scc<G>(g: G) -> Vec<Vec<G::NodeId>> where
G: IntoNeighborsDirected + Visitable + IntoNodeIdentifiers,
Deprecated
: renamed to kosaraju_scc
Renamed to kosaraju_scc
.