SkillAgentSearch skills...

Kdtree

KDTree library

Install / Use

/learn @sdeming/Kdtree
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KDTree

This is very much a work in progress.

C++ KDTree implementation derived from the C KDTree implementation written by John Tsiombikas. The original C version is available at google code and the specific version this was derived from is available at github under the git tag 'original'.

The C++ side of this is simply to shore up type casting so it builds with a C++ compiler.

License

New BSD license

Requirements

  • cmake 2.8.2+
  • g++ 4.4+
  • gnu make

Building

  • cmake -DCMAKE_PREFIX_PATH=/opt/local .
  • make
  • sudo make install

Contributing

  1. Fork it.
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Fire off a pull request
View on GitHub
GitHub Stars113
CategoryDevelopment
Updated2mo ago
Forks67

Languages

C++

Security Score

75/100

Audited on Jan 19, 2026

No findings