InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithm uses a binary search tree?(a) radix sort(b) tree sort(c) odd-even sort(d) bead sortThis question was posed to me in exam.The above asked question is from Sorting topic in division Sorting of Data Structures & Algorithms II |
|
Answer» Right answer is (b) tree SORT |
|