Published a new blog post: Galloping Search

This cool algorithm is used to search sorted items when the upper bound is unknown. It's like binary search but without the 'high' value. In this short post, I will share my notes and other alternatives I discovered.

https://avi.im/blag/2024/galloping-search
Post image

Comments