R-tree construction through bulk loading Assignment in the context of Complex Data Management course ,MYE041,UoI
python3 r_tree.py coords.txt offsets.txt
python3 rangeQueries.py Rtree.txt Rqueries.txt
python3 bfs_nn.py Rtree.txt NNqueries.txt 10