19
Announcing git bisect-find
(kevincox.ca)
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Resources
Rules
Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
No, I'm talking about exponential search which is like binary search but unbounded end.
OP has implemented an exponential search.