Skip to main content
Log in

An analysis and implementation of an efficient in-place bucket sort

  • Published:
Acta Informatica Aims and scope Submit manuscript

Abstract.

Various methods, such as address-calculation sorts, distribution counting sorts, radix sorts, and bucket sorts, use the values of the numbers being sorted to increase efficiency but do so at the expense of requiring additional storage space. In this paper, a specific implementation of bucket sort is presented whose primary advantanges are that (i) linear average-time performance is achieved with an additional amount of storage equal to any fraction of the number of elements being sorted and (ii) no linked-list data structures are used (all sorting is done with arrays). Analytical and empirical results show the trade-off between the additional storage space used and the improved computational efficiency obtained. Computer simulations show that for lists containing 1,000 to 30,000 uniformly distributed positive integers, the sort developed here is faster than both Quicksort and a standard implementation of bucket sort. Furthermore, the running time increases with size at a slower rate.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price excludes VAT (USA)
Tax calculation will be finalised during checkout.

Instant access to the full article PDF.

Similar content being viewed by others

Author information

Authors and Affiliations

Authors

Additional information

Received 2 May 1995 / 31 July 1996

Rights and permissions

Reprints and permissions

About this article

Cite this article

Burnetas, A., Solow, D. & Agarwal, R. An analysis and implementation of an efficient in-place bucket sort. Acta Informatica 34, 687–700 (1997). https://doi.org/10.1007/s002360050103

Download citation

  • Issue Date:

  • DOI: https://doi.org/10.1007/s002360050103

Keywords

Navigation