Why I am getting TLE
Getting TLE For the Merge Sort
at line 28 :- instead of for(int i=0;i<=e;i++) it should be for(int i=s;i<=e;i++)
at line 9 :- it should be int temp[200005]; as n can be as large as 200000
corrected code :-
In case of any doubt feel free to ask 
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.