搜索资源列表
bashuma
- 实现八数码问题,能够清晰的显示每一步计算的结果,开发语言C++。
puzzles.rar
- 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
olutions
- 用启发式搜索解决八数码问题,解释非常完整清楚-introduction to solutions to 8-bit problems with details.
bashuma
- 这是一个利用A*搜索,求八数码问题的解的程序,并且还能输出最佳路径。-This is an A* search, find eight digital solution procedures, and output the best path.
八数码问题
- 这是老师布置实验的八数码问题的代码,大家有需要的可以借鉴一下,能够解决问题