GATE | IT | 2008 | Algorithms | Searching & sorting | Question 41

Last Updated :
Discuss
Comments

If we use Radix Sort to sort n integers in the range (nk/2,nk], for some k>0 which is independent of n, the time taken would be?

Θ(n)

Θ(kn)

Θ(nlogn)

Θ(n2)

Share your thoughts in the comments