Haskell
Haskell copied to clipboard
K-D Tree
Added an implementation of the k-d tree data structure Includes the following operations:
- Construct
- Add point
- Remove point
- Nearest neighbour search