Haskell icon indicating copy to clipboard operation
Haskell copied to clipboard

K-D Tree

Open samjones246 opened this issue 4 years ago • 0 comments

Added an implementation of the k-d tree data structure Includes the following operations:

  • Construct
  • Add point
  • Remove point
  • Nearest neighbour search

samjones246 avatar Oct 03 '21 12:10 samjones246