In this project, you will build a route-planning algorithm like the one used in Google Maps to calculate the shortest path between two points on a map.
We will be implementing the A* algorithm for finding the shortest path.
This project was built as an apaptaion of A* algorithm from this medium post
Thanks to Nicholas Swift for a very good explanation and implementation of A* Algorithm block on medium