Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/murtaza98/8-puzzle-problem
8 puzzle problem simulation.
https://github.com/murtaza98/8-puzzle-problem
8-puzzle 8-puzzle-solver 8puzzle-game
Last synced: 17 days ago
JSON representation
8 puzzle problem simulation.
- Host: GitHub
- URL: https://github.com/murtaza98/8-puzzle-problem
- Owner: murtaza98
- Created: 2019-03-18T16:26:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T13:49:53.000Z (over 5 years ago)
- Last Synced: 2024-10-03T08:59:48.186Z (about 1 month ago)
- Topics: 8-puzzle, 8-puzzle-solver, 8puzzle-game
- Language: Python
- Homepage:
- Size: 744 KB
- Stars: 8
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8-puzzle-problem
## STATE SPACE TREE FOR 8 Puzzle Problem
[![STATE SPACE TREE](https://github.com/murtaza98/8-puzzle-problem/blob/master/images/STATE_SPACE_TREE.png?raw=true "STATE SPACE TREE")](https://github.com/murtaza98/8-puzzle-problem/blob/master/images/STATE_SPACE_TREE.png "STATE SPACE TREE")## BFS SEARCH On the Above STATE SPACE TREE
[![BFS SEARCH](https://github.com/murtaza98/8-puzzle-problem/blob/master/images/BFS_SEARCH.png?raw=true "BFS SEARCH")](https://github.com/murtaza98/8-puzzle-problem/blob/master/images/BFS_SEARCH.png "BFS SEARCH")## DFS SEARCH On the Above STATE SPACE TREE
[![DFS SEARCH](https://github.com/murtaza98/8-puzzle-problem/blob/master/images/DFS_SEARCH.png?raw=true "DFS SEARCH")](https://github.com/murtaza98/8-puzzle-problem/blob/master/images/DFS_SEARCH.png "DFS SEARCH")