In-place sort
Sort algorithms home
JavaCFORTRANPASCAL
sort
In-place sort
Inherits from sort
A sort algorithm in which the sorted items occupy the same storage as the original ones. [National Institute of Standards and Technology]
See also In-place sort variants: quicksort, insertion sort, selection sort, diminishing increment sort