Q400
Which of the following is not an advantage of tree sort?
A.
it has a low space complexity
AnswerB.
it has good time complexity for balanced BST
C.
it is an online sorting algorithm
D.
it is stable sorting algorithm
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board