InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not in place sorting algorithm by default?(a) merge sort(b) quick sort(c) heap sort(d) insertion sortI had been asked this question during an internship interview.Origin of the question is Sorting topic in section Sorting of Data Structures & Algorithms II |
|
Answer» Correct choice is (a) merge sort |
|