getting wrong answer
Aggressive cows doubt
Hey,you are not sorting the given input before applying binary search.Try to run the code after sorting the input first.
getting wrong answer
Hey,you are not sorting the given input before applying binary search.Try to run the code after sorting the input first.