A* Search Algorithm in Python
This project implements the A* (A-Star) Search Algorithm to find the shortest path between a start node and a goal node using a heuristic function.
Features
- Shortest path finding
- Heuristic-based search
- Simple Python implementation
Requirements
- Python 3.x
How to Run
python astar.py