Skip to content

dharmarajrdr/GoogleMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoogleMap

Functional Requirements

  1. System should be able to find the shortest route between two given locations.

Non-Functional Requirements

  1. Query the database as less as possible.
  2. Limit the search space
  3. Build the graph lazily

Demo

  1. Before introducing a road between Trichy and Chennai:

    • Total Distance = 575 KM
    • Total Duration = 7 Hours 54 Minutes
    • Citied Visited = 4 screenshot
  2. After introducing a road between Trichy and Chennai:

    • Total Distance = 317 KM
    • Total Duration = 3 Hours 57 Minutes
    • Citied Visited = 2 screenshot

Note: The distance and duration are approximate values.

About

Machine Coding of Google Map

Resources

Stars

Watchers

Forks

Languages