Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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")