Space Efficient Multi-Dimensional Range Reporting
Marek Karpinski, Yakov Nekrich

TL;DR
This paper introduces a space-efficient data structure for 3D range reporting that improves space usage over previous methods with a minimal increase in query time, enabling more scalable multi-dimensional data management.
Contribution
The authors present a novel data structure that reduces space complexity for 3D range reporting while maintaining near-optimal query times, improving upon prior work.
Findings
Supports 3D range queries in $O( ext{log log } U + ( ext{log log } n)^3 + k)$ time.
Uses $O(n ext{log}^{1+ ext{eps}} n)$ space, improving space efficiency.
Achieves faster static and incremental data structures for $d extgreater= 3$.
Abstract
We present a data structure that supports three-dimensional range reporting queries in time and uses space, where is the size of the universe, is the number of points in the answer,and is an arbitrary constant. This result improves over the data structure of Alstrup, Brodal, and Rauhe (FOCS 2000) that uses space and supports queries in time,the data structure of Nekrich (SoCG'07) that uses space and supports queries in time, and the data structure of Afshani (ESA'08) that uses space and also supports queries in time but relies on randomization during the preprocessing stage. Our result allows us to significantly reduce the space usage of the fastest previously known…
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
TopicsAlgorithms and Data Compression · Advanced Image and Video Retrieval Techniques · Data Management and Algorithms
