Interval sorting

  • Authors:
  • Rosa M. Jiménez;Conrado Marínez

  • Affiliations:
  • Departament de Llenguatges i Sistemes Informàtics, Universitat Politècnica de Catalunya, Barcelona, Spain;Departament de Llenguatges i Sistemes Informàtics, Universitat Politècnica de Catalunya, Barcelona, Spain

  • Venue:
  • ICALP'10 Proceedings of the 37th international colloquium conference on Automata, languages and programming
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

In the interval sort problem, we are given an array A of n items and p ranges of ranks I1 = [l1, u1], ..., Ip = [lp, up]. The goal is to rearrange the array so that A[lt..ut] contains the lt-th, ..., ut-th smallest elements of A in nondecreasing order, for all t, 1 ≤ t ≤ p, and A[ut + 1..lt+1 - 1] contains the (ut + 1)-th, ..., (lt+1 - 1)-th smallest elements of A, for all t, 0 ≤t ≤ p. That is, the array is sorted by blocks, with sorted and unsorted blocks alternating. One of the most interesting aspects of this research is the unification of several important and related problems (sorting, selection, multiple selection, partial sorting) under a single framework. Results on interval sorting generalize the results for any of these particular--and fundamental--problems. We propose a divide-and-conquer algorithm, owing to quicksort and quickselect, named chunksort, to solve the problem. We give an exact expression for the average number of comparisons made by the basic variant of chunksort. Then we consider what is the expected optimal number of comparisons needed to solve an interval sort instance and we design a variant of chunksort that achieves near optimal expected performance, up to n+o(n) comparisons. In fact, we conjecture that the algorithm that we propose has actually optimal expected performance up to o(n) terms and provide some evidence for this conjecture.