Page 1 of 1

Which of the following is not an advantage of tree sort?

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) it has a low space complexity
b) it has good time complexity for balanced BST
c) it is an online sorting algorithm
d) it is stable sorting algorithm