Chavda Jayrajsinh - 2021CSB1078
Nikhil Garg - 2021CSB1114
Priyanshu Kumar - 2021CSB11125
Avadhesh
Implementation of R-Tree and some of its functions such as insert, search, split and find near elements. We have also analysed the algorithms and studied their average time complexities.
- Search : O(logn)
- Insert : O(M^2logn)
- Split : O(M^2)
The program can be compiled and run directly in the terminal using gcc.
Program generates the internally 100 random rectangle and searches a rectangle and outputs the rectangle with that id and prints all rectangles(objects) that are near to it (overlaps the search rectangle) there is a user interface that allows user to specifiy the dimensions of object to be inserted user can also perform search where user has to enter the coordinates of his location and enter the distance for which he want to perform near search query