Approximate Minimum Selection with Unreliable Comparisons in Optimal Expected Time

Abstract

We consider the approximate minimum selection problem in presence of independent random comparison faults. This problem asks to select one of the smallest k elements in a linearly-ordered collection of n elements by only performing unreliable pairwise comparisons: whenever two elements are compared, there is a constant probability that the wrong answer is returned. We design a randomized algorithm that solves this problem with probability 1-q ∈ [ 12, 1) and for the whole range of values of k using O( nk 1q ) expected time. Then, we prove that the expected running time of any algorithm that succeeds w.h.p. must be (nk 1q), thus implying that our algorithm is asymptotically optimal, in expectation. These results are quite surprising in the sense that for k between ( 1q) and c · n, for any constant c<1, the expected running time must still be (nk 1q) even in absence of comparison faults. Informally speaking, we show how to deal with comparison errors without any substantial complexity penalty w.r.t.\ the fault-free case. Moreover, we prove that as soon as k = O( n 1q), it is possible to achieve the optimal worst-case running time of (nk 1q).

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…