InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is most closely related to the OS?(a) gnome sort(b) sleep sort(c) radix sort(d) bogo sortI had been asked this question in unit test.My question is taken from Sorting topic in division Sorting of Data Structures & Algorithms II |
|
Answer» Right answer is (b) SLEEP SORT |
|