Succinct Indices for Range Queries with applications to Orthogonal Range Maxima
Arash Farzan, J. Ian Munro, Rajeev Raman

TL;DR
This paper introduces a space-efficient data structure for 2D range maximum queries with priorities, improving query time over previous methods by leveraging succinct indices and effective entropy concepts.
Contribution
It presents a novel succinct index structure that preprocesses points with priorities to answer range maximum queries more efficiently in both space and time.
Findings
Uses O(N) words of space
Answers queries in O(log N log log N) time
Improves upon Chazelle's 1985 result
Abstract
We consider the problem of preprocessing points in 2D, each endowed with a priority, to answer the following queries: given a axis-parallel rectangle, determine the point with the largest priority in the rectangle. Using the ideas of the \emph{effective entropy} of range maxima queries and \emph{succinct indices} for range maxima queries, we obtain a structure that uses O(N) words and answers the above query in time. This is a direct improvement of Chazelle's result from FOCS 1985 for this problem -- Chazelle required words to answer queries in time for any constant .
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 · Computational Geometry and Mesh Generation · Advanced Image and Video Retrieval Techniques
