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

https://github.com/st1lson/8-puzzle

8-puzzle solver with IDS and RBFS algorithms
https://github.com/st1lson/8-puzzle

8-puzzle 8-puzzle-solver algorithm algorithms csharp search

Last synced: 2 days ago
JSON representation

8-puzzle solver with IDS and RBFS algorithms

Awesome Lists containing this project

README

          

# 8-puzzle
## Heuristic function
Find the number of game pieces that are out of place
## Algorithms
- [x] [IDS (Iterative deepening depth-first search)](https://en.wikipedia.org/wiki/Iterative_deepening_depth-first_search)
- [x] [RBFS (Recursive best first search)](http://estudies4you.blogspot.com/2021/06/Recursive-Best-First-Search-of-A-Algorithm.html)