Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 400 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 400 Bytes

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.