Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 165 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 165 Bytes

k-d tree

Implemented in C++

Compile:

make

Test:

make test

It implements orthogonal search, partial match and nearest neighbor queries.