Module tarjan_scc

Source

Structs§

TarjanScc
A reusable state for computing the strongly connected components using Tarjan’s algorithm.

Functions§

tarjan_scc
Compute the strongly connected components using Tarjan’s algorithm.