New Data Structures for Orthogonal Range Reporting and Range Minima Queries
Yakov Nekrich

TL;DR
This paper introduces new space-efficient data structures for orthogonal range minima and reporting queries, achieving improved query times and extending to higher dimensions, advancing the efficiency of multidimensional range searching.
Contribution
It presents novel data structures that improve query times and space complexity for orthogonal range minima and reporting problems, including the first optimal-time structure for 4D range reporting.
Findings
Range minima queries in 2D with O(n) space and O(log^ε n) time
Modified data structure with O(n log log n) space and O(log log n) time
Optimal O(log n / log log n + k) query time for 4D range reporting
Abstract
In this paper we present new data structures for two extensively studied variants of the orthogonal range searching problem. First, we describe a data structure that supports two-dimensional orthogonal range minima queries in space and time, where is the number of points in the data structure and is an arbitrarily small positive constant. Previously known linear-space solutions for this problem require (Chazelle, 1988) or time (Farzan et al., 2012). A modification of our data structure uses space and supports range minima queries in time . Both results can be extended to support three-dimensional five-sided reporting queries. Next, we turn to the four-dimensional orthogonal range reporting problem and present a data structure that answers queries in…
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 · Optimization and Search Problems · Robotics and Sensor-Based Localization
