/go-kdtree

A kd-tree implementation in Golang

Primary LanguageGoGNU General Public License v3.0GPL-3.0

go-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.