Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tarunbatra/8puzzle

Programs which solve 8 puzzle problem using blind-search methods like BFS and DFS, and informed search methods such as Best-First Search and A star algorithm.
https://github.com/tarunbatra/8puzzle

Last synced: 2 days ago
JSON representation

Programs which solve 8 puzzle problem using blind-search methods like BFS and DFS, and informed search methods such as Best-First Search and A star algorithm.

Awesome Lists containing this project

README

        

# 8Puzzle
Programs which solve 8 puzzle problem using blind-search methods like BFS and DFS, and informed search methods such as Best-First Search and A star algorithm.