Skip to main content

Module tarjan_scc

Module tarjan_scc 

Source

Structs§

NodeData 🔒
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.