About this document
A* and AO* Pathfinding Algorithms by Samar Fathima is a document available to read on EtoBox.
The document describes an implementation of the A* search algorithm in Python. It includes definitions for a Graph class that represents a graph and heuristic values for nodes. The Graph class implements the A* search algorithm through its applyAOStar method. It also includes examples that initialize Graph objects with sample graphs and heuristic values, run A* search on them, and print the solution graphs.
- Author
- Samar Fathima
- Language
- EN