Final project for "Navigating Data Structures" in the Introduction to Self Driving Cars Nanodegree
The project implements A* algorithm for route-planning similar to Google Maps for calculating the shortest path between two points on a map.
To run this project you will need:
- Python 3
- Jupyter notebook
- networkx
- plotly