Examveda

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

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

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms