Sorting is the task of ordering $n$ elements using pairwise comparisons. It is well known that $m=\Theta(n\log n)$ comparisons are both necessary and sufficient when the outcomes of the comparisons are observed with no noise. In this paper, we study the sorting problem in the presence of noise. Unlike the common approach in the literature which aims to minimize the number of pairwise comparisons $m$ to achieve a given desired error probability, our goal is to characterize the maximal ratio $\frac{n\log n}{m}$ such that the ordering of the elements can be estimated with a vanishing error probability asymptotically. The maximal ratio is referred to as the noisy sorting capacity. In this work, we derive upper and lower bounds on the noisy sort...
Sorting algorithms based on successive merging of ordered subsequences are widely used, due to their...
We study the generalized sorting problem where we are given a set of n elements to be sorted but onl...
Sorting is one of the fundamental problems in computer science. In this thesis we present three indi...
We consider the problem of sorting n elements in the case of persistent comparison errors. In this p...
We present the first in-place algorithm for sorting an array of size n that performs, in the worst c...
Sorting is one of the fundamental problems in computer science. In this thesis we present three indi...
We settle a long-standing open question, namely whether it is possible to sort a sequence of n eleme...
We study very simple sorting algorithms based on a probabilistic comparator model. In our model, err...
AbstractAlthough many authors have considered how many ternary comparisons it takes to sort a multis...
In the comparison model the only operations allowed on input elements are comparisons and moves to e...
In this paper we give a positive answer to the long-standing problem of finding an in-place sorting...
We study the space requirements of a sorting algorithm where only items that at the end will be adja...
We consider the problem of finding the kth highest element in a totally ordered set of n elements (S...
Abstract—We consider the problems of sorting and maximum-selection of n elements using adversarial c...
We provide and study several algorithms for sorting an array of n comparable distinct elements subje...
Sorting algorithms based on successive merging of ordered subsequences are widely used, due to their...
We study the generalized sorting problem where we are given a set of n elements to be sorted but onl...
Sorting is one of the fundamental problems in computer science. In this thesis we present three indi...
We consider the problem of sorting n elements in the case of persistent comparison errors. In this p...
We present the first in-place algorithm for sorting an array of size n that performs, in the worst c...
Sorting is one of the fundamental problems in computer science. In this thesis we present three indi...
We settle a long-standing open question, namely whether it is possible to sort a sequence of n eleme...
We study very simple sorting algorithms based on a probabilistic comparator model. In our model, err...
AbstractAlthough many authors have considered how many ternary comparisons it takes to sort a multis...
In the comparison model the only operations allowed on input elements are comparisons and moves to e...
In this paper we give a positive answer to the long-standing problem of finding an in-place sorting...
We study the space requirements of a sorting algorithm where only items that at the end will be adja...
We consider the problem of finding the kth highest element in a totally ordered set of n elements (S...
Abstract—We consider the problems of sorting and maximum-selection of n elements using adversarial c...
We provide and study several algorithms for sorting an array of n comparable distinct elements subje...
Sorting algorithms based on successive merging of ordered subsequences are widely used, due to their...
We study the generalized sorting problem where we are given a set of n elements to be sorted but onl...
Sorting is one of the fundamental problems in computer science. In this thesis we present three indi...