Search results for radix

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
2 votes
3 answers
2
The maximum number of comparisons needed to sort 9 items using radix sort is (assume each item is 5 digit octal number):4572360450
3 votes
3 answers
3
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 :)
1 votes
1 answer
5
0 votes
0 answers
8
3 votes
1 answer
9
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)
1 votes
1 answer
10
0 votes
1 answer
11
Can anyone please explain
1 votes
2 answers
12
3 votes
1 answer
13
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...
2 votes
1 answer
14
3 votes
1 answer
16
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?
0 votes
1 answer
18
why does radix sort uses stable sort i.e counting sort as an intermediate sorting algorithm?
1 votes
1 answer
19
To see more, click for the full list of questions or popular tags.