KdTree

KdTree, for efficient search in K-dimensional point clouds.

https://github.com/binarysunrise-io/kdtree

Latest on Hackage:0.2.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Issac Trotts
Maintained by [email protected]

This is a simple library for k-d trees in Haskell. It enables searching through collections of points in O(log N) average time, using the nearestNeighbor function.