InterviewSolution
Saved Bookmarks
| 1. |
Which of the following uses the largest amount of auxiliary space for sorting?(a) Bubble sort(b) Counting sort(c) Quick sort(d) Heap sortThe question was asked in a national level competition.My question is based upon Sorting in division Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (B) Counting sort |
|