Skip to content

Program to solve 8 Puzzle problem using A-Star heuristic algorithm in C

Notifications You must be signed in to change notification settings

prateekjjw001/8Puzzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

8Puzzle

Program to solve 8 Puzzle problem using A-Star heuristic algorithm in C. Heuristic used in the algorithm is the City Block Distance between the Current state and the Goal State.

About

Program to solve 8 Puzzle problem using A-Star heuristic algorithm in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%