A-star-algorithm-implemented-by-Python Implementing A star algorithm to find an optimal path from a start location to a destination which is the shortest way. There are two files: A_star.py is the main code. Optimal Path Demenstration.ipynb is to demenstrate some examples.