Jump to content

Library sort

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Doradus (talk | contribs) at 01:12, 14 August 2005 (Initial stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Bubble sort, or gapped insertion sort is a sorting algorithm much like insertion sort but with gaps left in the sorted array to accelerate subsequent insertions.

References

Publication from Los Alamos National Laboratory describing library sort and analyzing its algorithmic complexity.