Mergesort recursion

Given an array A, of N elements. Sort the array using mergesort algorithm.

Input Format
A single integer, N, denoting the number of elements in array. Next line contains N integers, denoting the elements of array.

Constraints
1<=N<=2*10^5 |Ai|<=10^9

solution link: https://ide.codingblocks.com/s/279575

problem of practice section in hackerblocks
showing run error in test cases

Hey @1799sanya correct the array size(n<=200000) so update the size of a and temp.

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.