/NearestNeighbour

This is a solution to the Nearest Neighbour problem using a K-D Tree that finds the nearest m points to a specific point in a set of points in O(lgn) time.

Primary LanguagePython

No issues in this repository yet.