Fake Binary Search Explained

Hey Guys, so there was this interesting question called Fake Binary Search
in the May 2018 challenge. It was an interesting twist on the famous Binary Search algorithm and a friend of mine just shared an awesome tutorial explaining the same. Sharing it with the programmer community here. Do check it out :slight_smile:

https://medium.freecodecamp.org/a-twisted-tale-of-binary-search-49f5ac01e83d

1 Like