Code

Code

Small, self-contained pieces — usually written once in whichever language a problem started in, then carried over to the others so I can compare them side by side.

Binary Search

Iterative binary search, implemented in Python, JavaScript, and Go.

Algorithms