/R-Tree

On-Disk Implementation of R-Tree with Insertion and Bulk Load. This data structure efficiently stores and retrieve multi-dimensional data, very similar to B+ Tree where data is 1D though.

Primary LanguageC++MIT LicenseMIT

Watchers