Udacity NanoDegree - Data Structures & Algorithms confirm.udacity.com/VEAPHRFR
Route Planner Project
The Route Planner project is a Python-based application that helps users find the shortest path between two points on a map. It uses the A* search algorithm to efficiently search through the map and find the optimal route.
Once you have Python 3 installed, you can install the required dependencies by running the following command in your terminal:
pip install -r requirements.txt
To use the Route Planner project, simply run the route_planner.py
script and follow the prompts.