@username2000

8 Followers
58 Following
5 Posts
Faster than radix sort: Kirkpatrick-Reisch sorting
https://sortingsearching.com/2020/06/06/kirkpatrick-reisch.html
Faster than radix sort: Kirkpatrick-Reisch sorting

Radix sort sorts n w-bit integers by splitting them up into chunks of log⁡n\log nlogn bits each, and sorting each chunk in linear time. Thus it achieves O(nw/log⁡n)O(nw/\log n)O(nw/logn) time.

Sorting and Searching
Hello #Mastodon!