(Note – This blog post is posted under the category TCS. If you are not working in computer science or mathematics, this post will not make sense to you. The same is going to apply to all future posts in this category)
I recently read a paper with the following abstract –
A number of seemingly unrelated problems involving the proximity of
points in the plane are studied, such as finding a Euclidean minimum spanning tree, the smallest circle enclosing the set,
nearest and farthest neighbors, the two closest points, and a proper straight-line triangulation. For most of the problems considered a lower bound of
is shown. For all of them the best currently-known upper bound is
or worse. The purpose of this paper is to introduce a single geometric structure, called the Voronoi diagram, which can be constructed rapidly and contains all of the relevant proximity information in only linear space. The Voronoi diagram is used to obtain
algorithms for all of the problems.
This feels a lot like a roundhouse kick.
PS: Note that the lower bound applies only to most of the problems. In particular, the smallest enclosing circle problem has a linear time algorithm.
you were right .. that is greek
kick-ass!