A Nearly Optimal Algorithm for Approximate Minimum Selection with Unreliable Comparisons

05/05/2018
by   Stefano Leucci, et al.
0

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 constant probability that the wrong answer is returned. We design a randomized algorithm that solves this problem with high probability (w.h.p.) for the whole range of values of k using O( n · ( n/k + n )) expected time. Then, we prove that the expected running time of any algorithm that succeeds w.h.p. must be Ω(n/k n), thus implying that our algorithm is optimal, in expectation, for almost all values of k (and it is optimal up to triple- factors for k = ω(n/ n)). These results are quite surprising in the sense that for k between Ω( n) and c · n, for any constant c<1, the expected running time must still be Ω(n/k n) 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/ n), it is possible to achieve a worst-case running time of O(n/k n).

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/03/2022

Approximate Selection with Unreliable Comparisons in Optimal Expected Time

Given n elements, an integer k and a parameter ε, we study to select an ...
research
04/20/2018

Optimal Sorting with Persistent Comparison Errors

We consider the problem of sorting n elements in the case of persistent ...
research
08/09/2018

Longest Increasing Subsequence under Persistent Comparison Errors

We study the problem of computing a longest increasing subsequence in a ...
research
01/25/2019

Finding a Mediocre Player

Consider a totally ordered set S of n elements; as an example, a set of ...
research
04/20/2017

The Dependent Doors Problem: An Investigation into Sequential Decisions without Feedback

We introduce the dependent doors problem as an abstraction for situation...
research
04/21/2023

Black-box Acceleration of Las Vegas Algorithms and Algorithmic Reverse Jensen's Inequalities

Let 𝒜 be a Las Vegas algorithm, i.e. an algorithm whose running time T i...
research
03/12/2018

Sorting by Swaps with Noisy Comparisons

We study sorting of permutations by random swaps if each comparison give...

Please sign up or login with your details

Forgot password? Click here to reset