InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is stable?(a) Selection sort(b) Quick sort(c) Library sort(d) Heap sortThis question was posed to me in an internship interview.The query is from Sorting in portion Sorting of Data Structures & Algorithms II |
|
Answer» Correct OPTION is (C) Library sort |
|