An A-star algorithm for solving 8-puzzle problem
An A-star algorithm for solving 8-puzzle problem...
An A-star algorithm for solving 8-puzzle problem...
Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file....
solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output....
其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。...