exercises
exercises copied to clipboard
Fix lookups count in binary search
subj
Based on this issue #51
Indeed we need only 11 lookups for this test case.
As I mentioned in the comment to #51 changing it to 11 will break the test for the simpler implementation. it might be better to test for 11 or 13 or just write a comment instead
Yeah, read your answer. I've added both 11 and 13 as correct answers, add comment in test why we have 2 expected values.