Orthogonal Range Searching on the RAM, Revisited
Timothy M. Chan, Kasper Green Larsen, Mihai Patrascu

TL;DR
This paper introduces new data structures and algorithms for orthogonal range searching in computational geometry, achieving improved space and query time bounds for 2-d and 3-d cases, and resolving open problems in 4-d dominance reporting.
Contribution
The paper presents novel data structures with better space and query time complexities for orthogonal range searching, including solutions for 2-d, 3-d, and 4-d cases, improving upon prior results.
Findings
2-d range emptiness query time reduced to O(lg lg n)
3-d orthogonal range reporting space improved to O(n lg^{1+eps} n)
4-d dominance reporting algorithms achieve O(n lg n) expected time
Abstract
We present several new results on one of the most extensively studied topics in computational geometry, orthogonal range searching. All our results are in the standard word RAM model for points in rank space: ** We present two data structures for 2-d orthogonal range emptiness. The first achieves O(n lglg n) space and O(lglg n) query time. This improves the previous results by Alstrup, Brodal, and Rauhe(FOCS'00), with O(n lg^eps n) space and O(lglg n) query time, or with O(nlglg n) space and O(lg^2 lg n) query time. Our second data structure uses O(n) space and answers queries in O(lg^eps n) time. The best previous O(n)-space data structure, due to Nekrich (WADS'07), answers queries in O(lg n/lglg n) time. ** For 3-d orthogonal range reporting, we obtain space O(n lg^{1+eps} n) and query time O(lglg n + k), for any constant eps>0. This improves previous results by Afshani (ESA'08),…
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 · Robotics and Sensor-Based Localization
