Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nvmd/libkdtree

libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure
https://github.com/nvmd/libkdtree

data-structures kd-tree

Last synced: 3 days ago
JSON representation

libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data structure

Awesome Lists containing this project

README

        

Stand-alone Python bindings, contributed by Willi Richert

To make them:
$ cd python-bindings
$ make
You will find then two files kdtree.py _kdtree.so in the current directory.
These are all you need to use libkdtree++.
Please examine the test files to get a grip to the usage.

To run the tests, type:
python py-kdtree_test.py