In code condition shuld have else if not only if condn this will create wrong results in some cases

in code condition shuld have else if not only if condn this will create wrong results in some cases

Hey @kkunalguptaaa
Yes you are correct
Add else in ifs i.e

  else if(arr[mid]==1)

and

 else  if(arr[mid]==2)

Sir forgot this thing :slight_smile:

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.