504 views
0 votes
0 votes
You have 10000 dates of the form YYYYMMDD.Which sorting method is more efficient?

2 Answers

0 votes
0 votes
sorting method which uses individual digits is better than any comparison sort.
0 votes
0 votes
i think radix sort is more efficient because  radix sorts use lexicographic order, which is suitable for sorting strings, such as words, or fixed-length integer representations.

Related questions

1 votes
1 votes
2 answers
1
KISHALAY DAS asked Oct 23, 2016
339 views
What could be the Algo?
0 votes
0 votes
3 answers
2
radha gogia asked Sep 16, 2015
2,624 views
To sort n randomly generated numbers. One should prefer which sorting algo ,Quick or Heap?
6 votes
6 votes
2 answers
3
0 votes
0 votes
3 answers
4
radha gogia asked Jul 17, 2015
939 views
If we talk about that since since we cant access any random element in a linked list for that reason quick sort cant be used for linked lists ,then in merge sort also we ...