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

The BEST explanation: Tree sort makes use of a BINARY search tree. It is because every time when a BST is traversed in an in order fashion it gives a sorted output.



Discussion

No Comment Found

Related InterviewSolutions