An open API service indexing awesome lists of open source software.

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

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