Skip to content

arvsrao/K-d-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k-D Tree

k-D Tree Project is mainly a C++ implemenation of a k-d tree data structure. A k-d tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space.

Requires:

  • CMAKE 2.6 or greater
  • C++11 sytax used so make sure you have a compiler that will compile the latest ISO standard of C++. For this project I used GCC 4.7

About

C++ implementation of k-dimensional tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages