It is giving mle

i don’t know why this is giving mle ??

hi @paidaarpit1505_f9664148aad841e0, try making temp array size of 1000005

nope using temp array size of 1000005 is also giving mle

hi @paidaarpit1505_f9664148aad841e0,
also

while(j<=e){
        temp[k++] = arr[j++]; // k++ not k
    }

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.

nope, still not working

hey @paidaarpit1505_f9664148aad841e0, i submitted the code can you send the new code