Skip to content

Latest commit

 

History

History

kdtree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

gouda/kdtree

A kd-tree implementation in Golang that supports:

  • n-dimensional points,
  • range searches,
  • median search using sampling,
  • auxiliary data attached to points.

Documentation at godoc.org

Licensed under GNU GPL v3. Copyright (C) 2018 by Pawel Foremski, @pforemski.