Kruskal's algorithm (Undirected, General MST Minimum Spanning Tree (MST))

From Algorithm Wiki
Jump to navigation Jump to search

Time Complexity

$O(E \log E)$

Space Complexity

$O(E)$ auxiliary words

(can be easily derived)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1956

Reference

https://www.jstor.org/stable/2033241