For sorting 10^9 unique 9-digit numbers, would radix sort or counting sort be faster, and why?

cs.stackexchange https://cs.stackexchange.com/questions/104622

  •  05-11-2019
  •  | 
  •  

Pergunta

For sorting $10^9$ unique 9-digit numbers, would radix sort or counting sort be faster, and why?

I know that radix sort is $O(nk)$ and counting sort is $O(n+k)$, but can’t understand how to apply this.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a cs.stackexchange
scroll top