Skip to content

tangbohu/kdtree

This branch is 1 commit ahead of, 7 commits behind jtsiomb/kdtree:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 11, 2021
aa51944 · Jul 11, 2021

History

17 Commits
Aug 27, 2009
Nov 25, 2011
Mar 13, 2015
Mar 13, 2015
Mar 13, 2015
Oct 10, 2015
Mar 13, 2015
Oct 10, 2015
Jul 11, 2021
May 17, 2015
Nov 25, 2011

Repository files navigation

kdtree

http://nuclear.mutantstargoat.com/sw/kdtree/img/kdtree_logo.png

Overview

kdtree is a simple, easy to use C library for working with kd-trees.

Kd-trees are an extension of binary search trees to k-dimensional data. They facilitate very fast searching, and nearest-neighbor queries.

This particular implementation is designed to be efficient and very easy to use. It is completely written in ANSI/ISO C, and thus completely cross-platform.

See under the doc/ and examples/ directories to find out how to use the kdtree library.

License

Author: John Tsiombikas <nuclear@member.fsf.org>

kdtree is free software. You may use, modify, and redistribute it under the terms of the 3-clause BSD license.

Download

Latest release (0.5.6): http://nuclear.mutantstargoat.com/sw/kdtree/files/kdtree-0.5.6.tar.gz

You can find previous releases here: http://nuclear.mutantstargoat.com/sw/kdtree/files/

You can also grab a copy of the source from github: https://github.com/jtsiomb/kdtree

About

A simple C library for working with KD-Trees

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.2%
  • Makefile 5.8%