Why my code gives run error??
Merge Sort Run Error
@tasfikrahman007 as per constraints array size can be upto 2*10^5 you have taken arr and temp array of size 10^5 that’s why you are getting run error.
thanks, my bad, I missed that totally 
Why my code gives run error??
@tasfikrahman007 as per constraints array size can be upto 2*10^5 you have taken arr and temp array of size 10^5 that’s why you are getting run error.
thanks, my bad, I missed that totally 