A* (pronounced "A star") is a computer algorithm used in pathfinding and graph traversal.
This repository is an implementation of this algorithm in Python.
It uses a Jupyter Notebook for presentation and understanding.
Please use the notebook file as the rendering pdf and html are not very good.