Vidyalelo
Data Structure · Q23

Sorting Algorithms

Programming · Data Structure · question 23

Q23

What is the average-case time complexity of Merge Sort?

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

Answer: Option A

Solution

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