InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a non-comparison sort?(a) heap sort(b) quick sort(c) merge sort(d) pigeonhole sortThe question was posed to me in an interview for internship.Question is from Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» The correct option is (d) pigeonhole sort |
|