Skip to content

trajkd/Implement-Route-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Planning an Optimal Path

My turn on my self-driving car, buckle up, and enter a destination.

Navigating from A → B is not an easy problem. In this project I used my knowledge of data structures (in particular, graph data structures) and search algorithms to write an algorithm which uses a map and traffic information to find the quickest route between two points.