Which of the following is not true about tree sort?
Posted: Wed Jul 13, 2022 6:15 pm
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
b) its every implementation is adaptive
c) it requires in order traversal of BST for sorting input elements
d) it is a stable sort