Logarithmic search space halving down to O(log N) efficiency
3 standard techniques
Halve sorted search space each step.
Search the answer space with can(mid).
One half is always sorted — pick that half.