What is the fastest way to sort 1 million integers when integers are from the range [1,100]?

前端 未结 8 1628
慢半拍i
慢半拍i 2020-12-23 22:13

Notes: I\'ve thought about Radix sort, bucket sort, counting sort.

Is there anyway to achieve big O(n)?

8条回答
提交回复
热议问题