Skip to content
forked from mgonnav/x-tree

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%