4D Range Reporting in the Pointer Machine Model in Almost-Optimal Time
Yakov Nekrich, Saladi Rahul

TL;DR
This paper introduces a nearly space-efficient data structure for four-dimensional orthogonal range reporting that achieves almost-optimal query times, with generalization to higher dimensions in the pointer machine model.
Contribution
It presents the first data structure with nearly-linear space that supports almost-optimal 4D range reporting queries, extending to higher dimensions.
Findings
Queries in 4D are answered in $O( ext{log} n ext{log} ext{log} n + k)$ time.
Space complexity is $O(n ext{log}^4 n)$, nearly linear in the number of points.
The approach generalizes to $d ext{≥} 4$ dimensions with similar query time bounds.
Abstract
In the orthogonal range reporting problem we must pre-process a set of multi-dimensional points, so that for any axis-parallel query rectangle all points from can be reported efficiently. In this paper we study the query complexity of multi-dimensional orthogonal range reporting in the pointer machine model. We present a data structure that answers four-dimensional orthogonal range reporting queries in almost-optimal time and uses space, where is the number of points in and is the number of points in . This is the first data structure with nearly-linear space usage that achieves almost-optimal query time in 4d. This result can be immediately generalized to dimensions: we show that there is a data structure supporting -dimensional range reporting queries in time for…
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 · Algorithms and Data Compression · Optimization and Search Problems
