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...
Oct 2, 20246 min read10
