A* Search Algorithm 1.0

A* is a famous computer algorithm used to find the path between two points.Widely implemented because of its speed, performance, and accuracy, this algorithm is a corner stone for semi-AI implementations and is considered one of the basic algorithms every...