About
This is a vanilla implementation of the A* (A-star) algorithm.
Heuristic
A* is guided by a heuristic. Therefore, in heuristics.py
I implemented the max-cost heuristic. Below is the heuristic mathematical formula.
Name | Last commit | Last update |
---|---|---|
images | ||
src | ||
.gitignore | ||
README.md |
This is a vanilla implementation of the A* (A-star) algorithm.
A* is guided by a heuristic. Therefore, in heuristics.py
I implemented the max-cost heuristic. Below is the heuristic mathematical formula.