Vidyalelo
Data Structure · Q322

Sorting Algorithms

Programming · Data Structure · question 322

Q322

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
Answer
C.
it requires in order traversal of BST for sorting input elements
D.
it is a stable sort

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board