English

Sorting with Recurrent Comparison Errors

Data Structures and Algorithms 2017-09-22 v1

Abstract

We present a sorting algorithm for the case of recurrent random comparison errors. The algorithm essentially achieves simultaneously good properties of previous algorithms for sorting nn distinct elements in this model. In particular, it runs in O(n2)O(n^2) time, the maximum dislocation of the elements in the output is O(logn)O(\log n), while the total dislocation is O(n)O(n). These guarantees are the best possible since we prove that even randomized algorithms cannot achieve o(logn)o(\log n) maximum dislocation with high probability, or o(n)o(n) total dislocation in expectation, regardless of their running time.

Keywords

Cite

@article{arxiv.1709.07249,
  title  = {Sorting with Recurrent Comparison Errors},
  author = {Barbara Geissmann and Stefano Leucci and Chih-Hung Liu and Paolo Penna},
  journal= {arXiv preprint arXiv:1709.07249},
  year   = {2017}
}

Comments

15 pages, ISAAC 2017