Skip to content

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.

Notifications You must be signed in to change notification settings

HeshamMeneisi/NearestNeighbour

Repository files navigation

Nearest Neighbour Finder

This is an implementation of nearest m-neighbours finidng using a KD-Tree and a Bucketed KD-Tree.

N|Solid

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages