InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is NOT stable?(a) Selection sort(b) Brick sort(c) Bubble sort(d) Merge sortThis question was posed to me during an interview.This key question is from Recursion topic in division Recursion of Data Structures & Algorithms II |
|
Answer» The correct answer is (a) Selection sort |
|