Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 535 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 535 Bytes

Router-Planner-AStar

This projects takes a map of nodes as input. The coordinates of each node as well as the neighboring points of each node are stored in the map. A-Star search algorithm is used to find the shortest path between a starting node and a destination node.

Pre-requisite

How to use Jupyter Notebooks?