Better Space Bounds for Parameterized Range Majority and Minority
Djamal Belazzougui, Travis Gagie, Gonzalo Navarro

TL;DR
This paper presents improved space and time bounds for parameterized range majority and minority problems, achieving linear space with optimal query time and better bounds for variable thresholds.
Contribution
It provides the first linear-space solution with optimal query time for fixed thresholds and enhances bounds for variable thresholds, also improving solutions for the range minority problem.
Findings
First linear-space solution with optimal query time for fixed threshold.
Significant improvements in bounds for variable threshold queries.
Enhanced solutions for the range minority problem with compressed space.
Abstract
Karpinski and Nekrich (2008) introduced the problem of parameterized range majority, which asks to preprocess a string of length such that, given the endpoints of a range, one can quickly find all the distinct elements whose relative frequencies in that range are more than a threshold . Subsequent authors have reduced their time and space bounds such that, when is given at preprocessing time, we need either space and optimal query time or linear space and query time, where is the alphabet size. In this paper we give the first linear-space solution with optimal query time. For the case when is given at query time, we significantly improve previous bounds, achieving either space and optimal query time or compressed space and…
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 · Error Correcting Code Techniques · DNA and Biological Computing
