/R-Tree

R-Tree Data Structure for Spatial Indexing

Primary LanguagePython

R-Tree Data Structure for Spatial Indexing

Implemented the basic ADT Functions :

  1. Insertion
  2. Deletion
  3. Search

Further implemented Look-Up function and applied these to a local map created with following options :

  1. Visualizer (R-Tree representaion of our Map objects)
  2. What's around Me? (Displays n nearest Places based on a Co-Ordinate input)
  3. Where am I? (Displays your current location)
  4. Nearby particular Place (Displays n nearest particular Place [eg: School,Hospital])
  5. Insert Utility