Binary search variants
weihanglo opened this issue · 1 comments
weihanglo commented
Here are some variants of binary search algorithm that needs well-documented implementations and tutorials.
- Interpolation search - Done at ba962fd
- Exponential search - Done at #9
Feel free to pick the one you like and leave comments below. Hands on coding!
weihanglo commented
I would give interpolation search a try!