OBF Algorithm (SCCs Strongly Connected Components)
Jump to navigation
Jump to search
Time Complexity
$O(V(V+E))$
Space Complexity
$O(E+V^{2})$ total words
(https://ris.utwente.nl/ws/files/6872352/Barnat09distributed.pdf)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
2011