https://github.com/ivanprodaiko94/8-puzzle-game-solver
8 puzzle game solver using A* algorithm
https://github.com/ivanprodaiko94/8-puzzle-game-solver
Last synced: about 1 year ago
JSON representation
8 puzzle game solver using A* algorithm
- Host: GitHub
- URL: https://github.com/ivanprodaiko94/8-puzzle-game-solver
- Owner: IvanProdaiko94
- License: mit
- Created: 2020-09-26T09:39:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T17:30:19.000Z (over 5 years ago)
- Last Synced: 2025-04-09T19:53:41.145Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 8-puzzle-game-solver
[8 puzzle game solver using A* algorithm](https://www.cs.princeton.edu/courses/archive/spring18/cos226/assignments/8puzzle/index.html)
[Pseudocode of A* algo](https://brilliant.org/wiki/a-star-search/)