We all love binary search. Straightforward, easy to understand algorithm; finds your number in a sorted array in an appealing O(log n) time. But is it that simple to implement?
That’s right! - Welcome and stay tuned.