Vidyalelo
Data Structure · Q463

Sorting Algorithms

Programming · Data Structure · question 463

Q463

What is the average case time complexity of tree sort?

A.
O(n)
B.
O(n log n)
Answer
C.
O(n2)
D.
O(log n)

Answer: Option B

Solution

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