Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

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.