Several algorithms have been developed for general graphs with arbitrary
edge weights.
Chazelle presented an
O(m
(m, n)log
(m, n))-time algorithm
[Cha97],
and then an
O(m
(m, n))-time algorithm [Cha00b],
where
(m, n) is the functional inverse of Ackermann's function,
and n and m are the number of vertices and edges respectively
in the graph.
Pettie and Ramachandran have since given an optimal algorithm for the graph
setting [PR02], whose running time is an unknown function between
(m) and
O(m
(m, n)).
In particular, when
m =
(n log n),
(m, n) = O(1) and
these time bounds are all linear in the number of edges, m.
But in the geometric setting, the graph is complete, so a time bound linear
in the number of edges, m, is quadratic in the number of points, n.
And indeed the best upper bounds for the Euclidean
MST approach quadratic for large d, e.g., [CK95].