Expand description

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

Traits

A trait for a node in the graph. Note a GraphNode has to be able to provide its neighbors by itself, without additional information.

Functions

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