Skip to content

sulaiman-muhammad/R-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R-Tree Data Structure for Spatial Indexing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages