ryanoros / Lab2-project-requirements-015-team-5

0 stars 0 forks source link

Allow users to navigate from a starting location to a destination with the fastest route available. #9

Open GarrettCarlisle opened 1 year ago

GarrettCarlisle commented 1 year ago

As a user, I should be able to use this mapping service to determine the fastest possible path from a starting point to an end point and then receive directions according to that path.

Acceptance criteria: The path given between a starting location and ending location must be a valid route to take while also being the fastest option as determined by algorithms like Dijkstra's algorithm. It is not sufficient for the route given to be valid, but not the fastest.