What is the complexity of above program?

Is the time complexity of recursive merge sort is more than normal merge sort algorithm?

hi @priya_Jain what do you mean by “normal merge sort algorithm” ?

It means without recursion

@priya_Jain please provide the code? I haven’t seen merge sort without recursion so far so i’d like to see the code you are referring to so I can tell the time complexity accordingly.
The time complexity of merge sort is O(nlogn)