[][src]Module algorithms_edu::algo::graph::tarjan_scc

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

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

Resources

Structs

SccResult