Skip to content

psimatis/X-Tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-tree

Data structure for indexing multidimensional data.

Forked by https://github.com/mgonnav/x-tree and heavily modified.

Modifications

  1. Supports any multidimensional dataset.
  2. Added range queries.
  3. Added best first search algorithm for kNN.
  4. Improved insertion time.
  5. Added sequential scan.
  6. Plenty minor code refactoring.

About

A C++ implementation of the X-Tree. A data structure for indexing multidimensional data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 99.2%
  • CMake 0.8%