@hackage KdTree0.2.1.1

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

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.