Title :
Integer sorting in O(n√(log log n)) expected time and linear space
Author :
Han, Yijie ; Thorup, Mikkel
Author_Institution :
Sch. of Interdisciplinary Comput. & Eng., Missouri Univ., Kansas City, MO, USA
Abstract :
We present a randomized algorithm sorting n integers in O(n√(log log n)) expected time and linear space. This improves the previous O(n log log n) bound by Anderson et al. (1995). As an immediate consequence, if the integers are bounded by U, we can sort them in O(n√(log log U)) expected time. This is the first improvement over the O (n log log U) bound obtained with van Emde Boas´ data structure. At the heart of our construction, is a technical deterministic lemma of independent interest; namely, that we split n integers into subsets of size at most √n in linear time and space. This also implies improved bounds for deterministic string sorting and integer sorting without multiplication.
Keywords :
data structures; deterministic algorithms; randomised algorithms; sorting; data structure; deterministic lemma; deterministic string sorting; integer sorting; linear space; randomized algorithm; Cities and towns; Computer languages; Computer science; Data structures; Heart; Laboratories; Polynomials; Sorting;
Conference_Titel :
Foundations of Computer Science, 2002. Proceedings. The 43rd Annual IEEE Symposium on
Print_ISBN :
0-7695-1822-2
DOI :
10.1109/SFCS.2002.1181890