petgraph::algo

Function scc

Source
pub fn scc<G>(g: G) -> Vec<Vec<G::NodeId>>
👎Deprecated: renamed to kosaraju_scc
Expand description

Renamed to kosaraju_scc.