English

Robust and adaptive search

Data Structures and Algorithms 2017-02-21 v1

Abstract

Binary search finds a given element in a sorted array with an optimal number of logn\log n queries. However, binary search fails even when the array is only slightly disordered or access to its elements is subject to errors. We study the worst-case query complexity of search algorithms that are robust to imprecise queries and that adapt to perturbations of the order of the elements. We give (almost) tight results for various parameters that quantify query errors and that measure array disorder. In particular, we exhibit settings where query complexities of logn+ck\log n + ck, (1+ε)logn+ck(1+\varepsilon)\log n + ck, and cnk+o(nk)\sqrt{cnk}+o(nk) are best-possible for parameter value kk, any ε>0\varepsilon>0, and constant cc.

Keywords

Cite

@article{arxiv.1702.05932,
  title  = {Robust and adaptive search},
  author = {Yann Disser and Stefan Kratsch},
  journal= {arXiv preprint arXiv:1702.05932},
  year   = {2017}
}
R2 v1 2026-06-22T18:22:51.770Z