668 views
2 votes
2 votes
If we are asked to find best comparison based sorting algorithm to sort n numbers having d digit's and in the range from [1-k].

If I say it is quick sort or merge sort or heap sort is it wrong ?

OR in general we do sorting on these type of numbers using Radix sort only ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
_Madhuri asked Oct 9, 2021
668 views
The complexity of comparison based sorting algorithm is (nlogn) .How?
1 votes
1 votes
1 answer
4
iarnav asked May 4, 2019
857 views
I’ve seen this wikipedia article – https://en.wikipedia.org/wiki/Comparison_sortAlso see this link – https://gateoverflow.in/32948/minimum-number-of-comparisonshttp...