8-puzzle

共 4 篇文章
8-puzzle 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 4 篇文章,持续更新中。

Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state

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.0 representing blank. There are 2 Heuristic:

An A-star algorithm for solving 8-puzzle problem

An A-star algorithm for solving 8-puzzle problem

其中readme是整个程序的要求

其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。

solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graph

solve the 8-puzzle problem using A* algorithm. Definitely written by my self, also include BGI graphics library output.