https://github.com/mostafagalal1/8-puzzle
8-Puzzle solver implemented using search algorithms: DFS, BFS, A-Star (Manhattan and Euclidean heuristics) with GUI for user interactivity
https://github.com/mostafagalal1/8-puzzle
a-star ai bfs dfs euclidean-distances gui manhattan-distance python search-algorithms
Last synced: about 2 months ago
JSON representation
8-Puzzle solver implemented using search algorithms: DFS, BFS, A-Star (Manhattan and Euclidean heuristics) with GUI for user interactivity
- Host: GitHub
- URL: https://github.com/mostafagalal1/8-puzzle
- Owner: MostafaGalal1
- Created: 2023-10-24T20:04:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T15:06:58.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T09:16:26.757Z (7 months ago)
- Topics: a-star, ai, bfs, dfs, euclidean-distances, gui, manhattan-distance, python, search-algorithms
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8-Puzzle
8-Puzzle solver implemented using search algorithms: DFS, BFS, A-Star (Manhattan and Euclidean heuristics) with GUI for user interactivity