English

Greedy is as Good as Delaunay (Almost)

Computational Geometry 2013-02-27 v2

Abstract

Let S be a planar point set. Krznaric and Levcopoulos proved that given the Delaunay triangulation DT(S) for S, one can find the greedy triangulation GT(S) in linear time. We provide a (partial) converse of this result: given GT(S), it is possible to compute DT(S) in linear expected time. Thus, these structures are basically equivalent. To obtain our result, we generalize another algorithm by Krznaric and Levcopoulos to find a hierarchical clustering for S in linear time, once DT(S) is known. We show that their algorithm remains (almost) correct for any triangulation of bounded dilation, i.e., any triangulation in which the shortest path distance between any two points approximates their Euclidean distance. In general, however, the resulting running time may be superlinear. Nonetheless, we can show that the properties of the greedy triangulation suffice to guarantee a linear time bound.

Cite

@article{arxiv.1302.5635,
  title  = {Greedy is as Good as Delaunay (Almost)},
  author = {Wolfgang Mulzer and Paul Seiferth},
  journal= {arXiv preprint arXiv:1302.5635},
  year   = {2013}
}

Comments

We overlooked the fact that the MST of the greedy triangulation is just the EMST of the point set. This makes the main technical part part of the paper unnecessary, and the claimed result follows readily from known results

R2 v1 2026-06-21T23:31:03.670Z