Module strongly_connected_components

Source
Expand description

Logic for computing the strongly connected component of a node in a graph.

Traits§

ComputeScc
A trait for a type that can compute its strongly-connected-component.

Functions§

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