Module tarjan_scc

Module tarjan_scc 

Source
Expand description

Tarjan’s single-pass SCC algorithm using DFS low-link values.

Functions§

tarjan_scc
Finds all Strongly Connected Components (SCCs) using Tarjan’s algorithm.