Nearest Neighbors Recommendation Engine - Part 2

Coding Challenge #70.2

In this coding challenge, I create a movie recommendation engine using the a “nearest neighbor” algorithm. In Part 2 of, I iterate through all the users to find the nearest neighbors and list the most “similar” users.