InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an example of non comparison sort?(a) bubble sort(b) counting sort(c) radix sort(d) bucket sortI have been asked this question in homework.The doubt is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» The correct option is (a) bubble sort |
|