A Lower Bound on Supporting Predecessor Search in $k$ sorted Arrays
Data Structures and Algorithms
2015-07-15 v1
Abstract
We seek to perform efficient queries for the predecessor among values stored in sorted arrays. Evading the lower bound from merging arrays, we support predecessor queries in time after construction time. By applying Ben-Or's technique, we establish that this is optimal for strict predecessor queries, i.e., every data structure supporting -time strict predecessor queries requires construction time. Our approach generalizes as a template for deriving similar lower bounds on the construction time of data structures with some desired query time.
Cite
@article{arxiv.1507.03823,
title = {A Lower Bound on Supporting Predecessor Search in $k$ sorted Arrays},
author = {Carsten Grimm},
journal= {arXiv preprint arXiv:1507.03823},
year = {2015}
}
Comments
This work was presented at the Young Researcher Workshop on Automata, Languages and Programming (YR-ICALP 2015), July 5th, 2015 in Kyoto, Japan