English

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 nn values stored in kk sorted arrays. Evading the Ω(nlogk)\Omega(n \log k) lower bound from merging kk arrays, we support predecessor queries in O(logn)O(\log n) time after O(nlog(klogn))O(n \log(\frac{k}{\log n})) construction time. By applying Ben-Or's technique, we establish that this is optimal for strict predecessor queries, i.e., every data structure supporting O(logn)O(\log n)-time strict predecessor queries requires Ω(nlog(klogn))\Omega(n \log(\frac{k}{\log n})) 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.

Keywords

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

R2 v1 2026-06-22T10:11:31.525Z