Giving TLE in one case


Solution is correct

@Ankur752,
https://ide.codingblocks.com/s/240596 corrected code.

Don’t use equal to here

			if(arr1[i]<=arr2[j])

Just do simple if else. Due to the large testcases it might be giving an error here. Your code is correct.

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.