AbstractIn this paper, we analyze the recursive merge sort algorithm and quantify the deviation of the output from the correct sorted order if the outcomes of one or more comparisons are in error. The disorder in the output sequence is quantified by four measures: the number of runs, the smallest number of integers that need to be removed to leave the sequence sorted, the number of inversions, and the smallest number of successive exchanges needed to sort the sequence. For input sequences whose length is large compared to the number of errors, a comparison is made between the robustness to errors of bubble sort, straight insertion sort, and recursive merge sort
There are many popular problems in different practical fields of computer sciences, database applica...
There are many popular problems in different practical fields of computer sciences, computer network...
The MergeInsertion Algorithm, also known as Ford-Johnson Algorithm, is a sorting algorithm that was ...
AbstractIn this paper, we analyze the recursive merge sort algorithm and quantify the deviation of t...
The following five algorithms for sorting in situ are examined: linear insertion sort, cksort, natu...
Sorting and selection are two fundamental problems in theoretical computer science, their optimal so...
Sorting is an important algorithmic task used in many applications. Two main aspects of sorting algo...
International audienceWe describe a general framework for realistic analysis of sorting algorithms, ...
There are many sorting algorithms, which are adaptive on different types of disorder measurements. E...
Sorting algorithms based on successive merging of ordered subsequences are widely used, due to their...
We consider the problem of sorting n elements in the case of persistent comparison errors. In this p...
Sorting by means of a two-way merge has a reputation of requiring a clerically complicated and cumbe...
Merge sort is one of the asymptotically optimal sorting algorithms that is used in many places inclu...
In a faulty environment, comparisons between two elements with respect to an underlying linear order...
AbstractWe consider a recursive sorting algorithm in which, in each invocation, a new variable and a...
There are many popular problems in different practical fields of computer sciences, database applica...
There are many popular problems in different practical fields of computer sciences, computer network...
The MergeInsertion Algorithm, also known as Ford-Johnson Algorithm, is a sorting algorithm that was ...
AbstractIn this paper, we analyze the recursive merge sort algorithm and quantify the deviation of t...
The following five algorithms for sorting in situ are examined: linear insertion sort, cksort, natu...
Sorting and selection are two fundamental problems in theoretical computer science, their optimal so...
Sorting is an important algorithmic task used in many applications. Two main aspects of sorting algo...
International audienceWe describe a general framework for realistic analysis of sorting algorithms, ...
There are many sorting algorithms, which are adaptive on different types of disorder measurements. E...
Sorting algorithms based on successive merging of ordered subsequences are widely used, due to their...
We consider the problem of sorting n elements in the case of persistent comparison errors. In this p...
Sorting by means of a two-way merge has a reputation of requiring a clerically complicated and cumbe...
Merge sort is one of the asymptotically optimal sorting algorithms that is used in many places inclu...
In a faulty environment, comparisons between two elements with respect to an underlying linear order...
AbstractWe consider a recursive sorting algorithm in which, in each invocation, a new variable and a...
There are many popular problems in different practical fields of computer sciences, database applica...
There are many popular problems in different practical fields of computer sciences, computer network...
The MergeInsertion Algorithm, also known as Ford-Johnson Algorithm, is a sorting algorithm that was ...