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

The best explanation: Sleep sort is most closely related to the operating system. It is because most of the major STEPS of this algorithm TAKES place at the core of OS.



Discussion

No Comment Found

Related InterviewSolutions