View Project

Finding Optimal Route On Map

Implementation of A* algorithm in python3 to find the shortest path between the source and destination. The final path is shown on a map just like in google

Comments