Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 418 Bytes

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.