Computer Science, asked by Ajinas2997, 11 months ago

Time complexity of merging two unsorted list of size m+n is

Answers

Answered by chetan2222
0
I was just wondering what is the time complexty of merging two sorted arrays of size n and m, given that n is always greater than m.

I was thinking of using merge sort, which I assume in this case will consume O(log n+m).

I am not really good with big-oh and stuff. Please suggest me the time complexity for this problem and let me know if there is an even optimized way of solving the problem.

Thanks in advance

@chetan2222
Similar questions