InterviewSolution
Saved Bookmarks
| 1. |
Which of the following algorithm is stable?(a) heap sort(b) cube sort(c) quick sort(d) bogosortI have been asked this question during an interview.The query is from Sorting in section Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT ANSWER is (d) bogosort |
|