InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm is in place?(a) brick sort(b) merge sort(c) counting sort(d) radix sortThis question was posed to me during an interview.The query is from Sorting topic in chapter Sorting of Data Structures & Algorithms II |
|
Answer» The correct answer is (a) BRICK SORT |
|