InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following sorting algorithm requires recursion?(a) odd even sort(b) stooge sort(c) selection sort(d) counting sortThe question was asked in exam.The question is from Sorting in section Sorting of Data Structures & Algorithms II |
|
Answer» The CORRECT answer is (b) stooge sort |
|