Examveda

Which of the following version of tree sort will have the highest worst case time complexity?

A. using AVL tree as BST

B. using red black tree as BST

C. using splay tree as BST

D. using ordinary BST

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms