The effective entropy of next/previous larger/smaller value queries
Dekel Tsur

TL;DR
This paper investigates the minimal bit storage needed to answer next/previous larger or smaller value queries on an array without storing the array itself, improving previous bounds.
Contribution
It presents a tighter upper bound of 3.701n bits for storing information to answer these queries, refining prior results.
Findings
Answering queries requires at most 3.701n bits
Improves previous upper bound of 4.088n bits
Provides theoretical bounds for data structure efficiency
Abstract
We study the problem of storing the minimum number of bits required to answer next/previous larger/smaller value queries on an array of numbers, without storing . We show that these queries can be answered by storing at most bits. Our result improves the result of Jo and Satti [TCS 2016] that gives an upper bound of bits for this problem.
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 · Cellular Automata and Applications · DNA and Biological Computing
