Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 213 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 213 Bytes

2^k tree

It is a generalization of the Quad-tree(2^2) and Oct-tree (2^3). Implemented in C++.

Compile:

make

Test:

make test

It implements orthogonal search and partial match queries.