Problem in dry and running the code of Merge Sort

Sir, I have a problem in dry and running the code of Merge Sort.
How does the recursive call is working in this case?

hi @gyanendarsingh891_11faad0f77ec7480,
first you are breaking the array into 2
refer to this pic
image
you hit the base case while dividing and then return while you keep on maintaing a sorted order
iteratively using another array

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.