English

Two Error Bounds of Imperfect Binary Search

Data Structures and Algorithms 2017-11-07 v1

Abstract

Suppose we know that an object is in a sorted table and we want to determine the index of that object. To achieve this goal we could perform a binary search. However, suppose it is time-consuming to determine the relative position of that object to any other objects in the table. In this scenario, we might want to resort to an incomplete solution: we could device an algorithm that quickly predicts the result of comparing two objects, and replace the actual comparison with this algorithm during a binary search. The question then is how far away are the results yielded by the imperfect binary search from the correct answers. We present two quick lemmas that answer this question.

Keywords

Cite

@article{arxiv.1711.01334,
  title  = {Two Error Bounds of Imperfect Binary Search},
  author = {Haoze Wu},
  journal= {arXiv preprint arXiv:1711.01334},
  year   = {2017}
}

Comments

2 pages

R2 v1 2026-06-22T22:35:45.622Z