cairo_lang_utils::graph_algos

Module strongly_connected_components

Source
Expand description

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

Traits§

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

Functions§

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