pub fn compute_scc<Node: GraphNode>(root: &Node) -> Vec<Node::NodeId> 
Expand description

Computes the SCC (Strongly Connected Component) of the given node in its graph.