Can anyone please tell me why tle on http://www.codechef.com/viewsolution/6003932 . And a person has very fast program with http://www.codechef.com/viewsolution/6001493
@adityakhanna1999 ur binary search implementation is going in infinite loop…correct it
if u know python check My Code.
1 Like
Your binary_search is going in infinite loop,