Geldenhuys-Valmari (SCCs Strongly Connected Components)
Jump to navigation
Jump to search
Time Complexity
$O(V+E)$
Space Complexity
$O(V)$? words
((follow-up from Tarjan's algorithm))
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2004