Merge Sort challange

i am getting run error while submitting but getting correct answer for given testcase

Hi @J20APPPP0005, notice the size of temp you have declared , since n can be as large as 200000 so you have to set the size of temp array accordingly
here, i have corrected your code :-1

In case of any doubt feel free to ask :slight_smile:
mark your doubt as resolved if you got the answer