Thorup (reverse-delete) (Undirected, General MST Minimum Spanning Tree (MST))

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(E \log V (\log \log V)^{3})$

Space Complexity

$O(E)$ auxiliary? words

(can be easily derived)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

2000

Reference

https://www.cs.princeton.edu/courses/archive/spr10/cos423/handouts/NearOpt.pdf