Skip to content

mucrolores/A_star_15puzzle_java

Repository files navigation

AI 15-Puzzle Java_version

Using A* algorithm in java 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

Watchers

Forks

Releases

No releases published

Packages

No packages published