|
|
|---|
| Sort algorithms home |
|
||||
| sort | In-place sort
Also defined at: http://www.nist.gov/dads/HTML/inplacesort.html. 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 |