Merge sort (daily code problem 22/03/2020)

why i get run-error

my code is

@aattuull
Where did you get run error ??

On hacker block daily code challenge submission

@aattuull
Please send the ques link as well

https://hack.codingblocks.com/app/dcb/544L

@aattuull
Please check the link
It is not working

https://hack.codingblocks.com/app/dcb/544

@aattuull


Your array size was beyond program limits

If your doubt is resolved please mark it as closed.

1 Like

In this question ,given constraints is

1<=N<=2*10^5 (this tell us about number of element)

|Ai|<=10^9 ( what does this tell ???)

@aattuull
This tells the range of input elements that is the range of value of the input elements.