Skip to content

mucrolores/A_star_15Puzzle_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI 15-Puzzle

Using A* algorithm in cpp to automatically solve the 15 puzzle question.

Structure
  1. Each movement takes g cost 1
  2. Heuristic function calculating by Manhattan distance, the weight for heuristic function is set to be 2.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors