Data Structures for Halfplane Proximity Queries and Incremental Voronoi Diagrams
Boris Aronov, Prosenjit Bose, Erik D. Demaine, Joachim Gudmundsson,, John Iacono, Stefan Langerman, Michiel Smid

TL;DR
This paper introduces two novel data structures for halfplane proximity queries on convex point sets, achieving optimal query times with subquadratic space, and presents a new incremental Voronoi diagram representation supporting efficient updates.
Contribution
It provides the first data structures with O(log n) query time and subquadratic space for halfplane proximity queries, and a new incremental Voronoi diagram method with efficient updates.
Findings
First data structure with O(log n) query time and o(n^2) space.
New Voronoi diagram representation supporting efficient incremental updates.
Demonstrates deterministic, incremental Voronoi diagram maintenance with low pointer changes.
Abstract
We consider preprocessing a set of points in convex position in the plane into a data structure supporting queries of the following form: given a point and a directed line in the plane, report the point of that is farthest from (or, alternatively, nearest to) the point among all points to the left of line . We present two data structures for this problem. The first data structure uses space and preprocessing time, and answers queries in time, for any . The second data structure uses space and polynomial preprocessing time, and answers queries in time. These are the first solutions to the problem with query time and space. The second data structure uses a new representation of nearest- and farthest-point Voronoi diagrams of points…
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.
