Binary Search in Javascript
A while ago I wrote an explanation and implementation of the binary search algorithm in Python, but since I’ve been working a lot with JavaScript lately, I thought it would be fun to rewrite the algorithm using that language.
What is binary search?
B...
madelinecaples.hashnode.dev6 min read