InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following sorting algorithm requires recursion?(a) pigeonhole sort(b) strand sort(c) insertion sort(d) counting sortThe question was asked in unit test.Question is taken from Sorting topic in division Sorting of Data Structures & Algorithms II |
|
Answer» The correct answer is (b) strand SORT |
|