Module tarjan_scc

Source
Expand description

An implementation of Tarjan’s Strongly Connected Components algorithm using an adjacency list.

  • Time complexity: $O(V+E)$

§Resources

Structs§

SccResult