Graph/tarjans_scc library

Functions

tarjansSCC<T>(Map<T, List<T>> graph) List<List<T>>
Tarjan's Algorithm for finding Strongly Connected Components (SCC) in a directed graph.