Skip to content

Implemented a ‘Point Database’ to store the position of all the landmarks in the map using Range Tree data structure. The program efficiently stored landmark data for fast processing of “search nearby” queries, similar to Google Maps

Notifications You must be signed in to change notification settings

kartikbansiwal/Project-Nearby-Search-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Nearby-Search-Program

• Implemented a ‘Point Database’ to store the position of all the landmarks in the map using Range Tree data structure. • Used pre‑processing to take advantage of the frequent nature of queries and the relatively static nature of landmarks. • The program efficiently stored landmark data for fast processing of “search nearby” queries, similar to Google Maps.

About

Implemented a ‘Point Database’ to store the position of all the landmarks in the map using Range Tree data structure. The program efficiently stored landmark data for fast processing of “search nearby” queries, similar to Google Maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages