Cheriton-Tarjan Algorithm (Undirected, General MST Minimum Spanning Tree (MST))
Jump to navigation
Jump to search
Time Complexity
$O(E \log \log V)$
Space Complexity
$O(E)$ auxiliary? words
(keep track of copy of graph where edges may be deleted?)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Word RAM
Year
1976