- Implementation of R-Tree data structure in C.
- Quadratic-Cost algorithm used for deciding node splitting.
- Well commented code.
- Visual examples present for easier understanding.
- Make sure you are in the
R-Tree
folder - Run
make
command - If 'make' command gives a warning then run
make clean
and runmake
command again. - Run
./runTree
command
- 2020A7PS0037P Abhay Narendran
- 2020B3A70779P Archisha Metha
- 2020A7PS1214P Darshan Abhaykumar
- 2020B1A71602P Saloni Bhandari
- 2020B3A70817P Shrestha Sharma
Antonin Guttman. 1984. R-trees: a dynamic index structure for spatial searching. SIGMOD Rec. 14, 2 (June 1984), 47–57. https://doi.org/10.1145/971697.602266
Antonin Guttman. 1984. R-trees: a dynamic index structure for spatial searching. In Proceedings of the 1984 ACM SIGMOD international conference on Management of data (SIGMOD '84). Association for Computing Machinery, New York, NY, USA, 47–57. https://doi.org/10.1145/602259.602266