Skip to content

8puzzle or (more)puzzle solving algorithm implementations in C++. BFS, DFS, greedy algorithm and A* is implemented with a generic approach. It cannot solve special puzzles.

dogukancagatay/kpuzzle_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kpuzzle_solver

8puzzle or (more)puzzle solving algorithm implementations in C++. The implementations are done in a generic way using Unifor Cost Search. The BFS, DFS, greedy algorithm and A* is implemented on top of it. It cannot solve special puzzles.

About

8puzzle or (more)puzzle solving algorithm implementations in C++. BFS, DFS, greedy algorithm and A* is implemented with a generic approach. It cannot solve special puzzles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages