differential_dataflow::algorithms::graphs

Module scc

Source
Expand description

Strongly connected component structure.

Functions§

  • Returns the subset of edges in the same strongly connected component.
  • Iteratively removes nodes with no in-edges.