Module kosaraju_scc

Module kosaraju_scc 

Source
Expand description

Kosaraju’s two-pass SCC algorithm.

Functions§

kosaraju_scc
Finds all Strongly Connected Components (SCCs) using Kosaraju’s algorithm.