Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 244 Bytes

Route Planner

This is an Udacity project from the Data Structures and Algorithms course. student_code.py is my code the rest was provided by Udacity.

The project goal is to implement A* search to find the shortest path between two vertices.