Getting run time error
Hello @sharad1103
You have declared the βtempβ array inside merge function to be of size 100 only.
While the array βaβ can go upto 2*10^5
Hello @sharad1103
You have declared the βtempβ array inside merge function to be of size 100 only.
While the array βaβ can go upto 2*10^5