Page 1 of 1

Which of the following is not true about tree sort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
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