Examveda

What is the average time complexity of bottom up merge sort?

A. O(n log n)

B. O(n2)

C. O(n2 log n)

D. O(n log n2)

Answer: Option A


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms