Vidyalelo
Data Structure · Q104

Binary Search Trees(B Tree)

Programming · Data Structure · question 104

Q104

Binary tree sort implemented using a self balancing binary search tree takes O(n log n) time in the worst case but still it is slower than merge sort.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board