InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is stable?(a) Selection sort(b) Quick sort(c) Bubble sort(d) Heap sortThe question was asked in an interview.My question is taken from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (c) Bubble sort |
|