InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is stable?(a) Heap sort(b) Selection sort(c) In-place MSD radix sort(d) LSD radix sortThe question was posed to me in an online interview.My question is taken from Sorting topic in division Sorting of Data Structures & Algorithms II |
|
Answer» Right answer is (d) LSD radix sort |
|