Kirkpatrick–Reisch sort
Appearance
From Wikipedia, the free encyclopedia
Fast sort algorithm for items with limited-size integer keys
Kirkpatrick–Reisch sorting is a fast sorting algorithm for items with limited-size integer keys. It is notable for having an asymptotic time complexity that is better than radix sort.[1] [2]
References
[edit ]- ^ Czajka, Tomek (2020年06月06日). "Faster than radix sort: Kirkpatrick-Reisch sorting". Sorting and Searching. Retrieved 2020年06月09日.
- ^ Kirkpatrick, David; Reisch, Stefan (1983年01月01日). "Upper bounds for sorting integers on random access machines". Theoretical Computer Science. 28 (3): 263–276. doi:10.1016/0304-3975(83)90023-3. ISSN 0304-3975.
Stub icon
This computer science article is a stub. You can help Wikipedia by expanding it.