InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is NOT stable?(a) Introsort(b) Brick sort(c) Bubble sort(d) Merge sortThis question was addressed to me in unit test.My enquiry is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right option is (a) Introsort |
|