Recent questions tagged radix-sort

0 votes
2 answers
1
What is the maximum number of comparisons needed to sort 6 items using radix sort, if each number is a 3-digit decimal number?120180210360
1 votes
1 answer
2
0 votes
0 answers
4
1 votes
1 answer
6
0 votes
1 answer
7
Can anyone please explain
3 votes
1 answer
8
If Radix sort is used to sort an array of n integers which are in the range ,where d is some function of input size, the time taken would be?(A) (B)(C) (D)
2 votes
3 answers
9
The maximum number of comparisons needed to sort 9 items using radix sort is (assume each item is 5 digit octal number):4572360450
1 votes
2 answers
10
2 votes
1 answer
11
3 votes
3 answers
13
I am not able to get this formula (number of input * number of digit *base of number )I am not getting how base of number is important ?Thanks :)
3 votes
1 answer
14
From CLRS the complexity of radix sort is theta(d(n+k)) where d is # of digits , k is range and n is numbers . So how option C is right . Plz solve it on the basis of min...
0 votes
1 answer
15
why does radix sort uses stable sort i.e counting sort as an intermediate sorting algorithm?
1 votes
1 answer
16
3 votes
1 answer
18
Consider an array of n integers ranges from 0, 1, ..., n5-1. What is the time complexity of RADIX-SORT when using base-10 representation?
To see more, click for the full list of questions or popular tags.