Revisiting Random Points: Combinatorial Complexity and Algorithms
Sariel Har-Peled, Elfarouk Harb

TL;DR
This paper studies properties of random point sets in fixed dimensions, providing new concentration results, simple algorithms for geometric structures, and improved complexity bounds for certain problems.
Contribution
It introduces new concentration bounds, simple linear-time algorithms for Delaunay triangulation, MST, and convex hull, and offers a more straightforward proof of the linear complexity of Delaunay triangulation.
Findings
Number of pairs at distance at most r is tightly concentrated within O(n log n)
Linear-time algorithms for Delaunay triangulation, MST, and convex hull
Expected complexity of Delaunay triangulation is linear
Abstract
Consider a set of points picked uniformly and independently from for a constant dimension -- such a point set is extremely well behaved in many aspects. For example, for a fixed , we prove a new concentration result on the number of pairs of points of at a distance at most -- we show that this number lies in an interval that contains only numbers. We also present simple linear time algorithms to construct the Delaunay triangulation, Euclidean MST, and the convex hull of the points of . The MST algorithm is an interesting divide-and-conquer algorithm which might be of independent interest. We also provide a new proof that the expected complexity of the Delaunay triangulation of is linear -- the new proof is simpler and more direct, and might be of independent interest. Finally, we present a simple time…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Optimization and Search Problems
