Examveda

Which of the following is not true about tree sort?

A. it is not an in place sorting algorithm

B. its every implementation is adaptive

C. it requires in order traversal of BST for sorting input elements

D. it is a stable sort

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms