Economy, asked by maitreyasingh238, 1 year ago

What is the time complexity for executing merge sort on the array size n is already sorted is?

Answers

Answered by sumit9867
1

O(nlogn) is the time complexity for executing merge sort on an array of size n which is already sorted.

Similar questions