A - (A-Star) Searching
A - (A-Star) Searching
Mail : [email protected]
GitHub : https://github.com/sifullahrakin
A* Searching :
A * algorithm is a searching algorithm that searches for the shortest path between the initial and
the final state. It is used in various applications, such as maps.
In maps the A* algorithm is used to calculate the shortest distance between the source (initial
state) and the destination (final state).
References :
1. https://www.educative.io
2. https://www.geeksforgeeks.org/
3. Artificial Intelligence: A Modern Approach by Russell, Stuart, Norvig, Peter