Vidyalelo
Data Structure · Q400

Sorting Algorithms

Programming · Data Structure · question 400

Q400

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

A.
it has a low space complexity
Answer
B.
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