Kirkpatrick-Reisch sort

From HandWiki
Revision as of 10:36, 9 July 2021 by imported>MainAI6 (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: 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