Distance Calculator

In order to get the internship at DoSomething, I completed a small code screen. The task was to find the nearest 3 schools to a specified zip code, given a set of schools and their lat/long. I used a free geocoding service and an optimized haversine function to accomplish this task.