https://github.com/parvvaresh/astar-algorithm
The A* algorithm combines the actual cost (g), which represents the distance traveled, with a heuristic cost (h) that estimates the remaining distance to the goal. It intelligently selects the most promising nodes to explore, leading to efficient pathfinding in search spaces.
https://github.com/parvvaresh/astar-algorithm
a-star-algorithm python3
Last synced: 10 months ago
JSON representation
The A* algorithm combines the actual cost (g), which represents the distance traveled, with a heuristic cost (h) that estimates the remaining distance to the goal. It intelligently selects the most promising nodes to explore, leading to efficient pathfinding in search spaces.
- Host: GitHub
- URL: https://github.com/parvvaresh/astar-algorithm
- Owner: parvvaresh
- Created: 2023-10-28T21:07:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T17:22:37.000Z (about 2 years ago)
- Last Synced: 2023-10-29T19:25:01.896Z (about 2 years ago)
- Topics: a-star-algorithm, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0