搜索资源列表
Chess(8puzzle)
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
8Puzzle
- C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm-C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using t
8PuzzleSolver
- please help me resolving the problem with BFS code for 8-puzzle. thanks!
EightPazzelBfs
- This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
8Puzzle
- 我编写的8数码游戏,可实现人工求解和自动求解。人工求解时可以手动设置初始状态、目标状态,也可以随机生成初始状态,还可以避免无解。自动求解算法包括:DFS、BFS、A*1和A*2。并且有详细的课件。-8Puzzle
8puzzle-49726044
- DFS&BFS for 8puzzl 實作 內容有兩個檔案-DFS & BFS for 8puzzl implement the contents of two files
8puzzle-49726044
- DFS&BFS for 8puzzl實作 內容有兩個檔案DFS & BFS for 8puzzl implement the contents of two files-DFS & BFS for 8puzzl implement the contents of two files
8puzzle
- this project solve puzzle 8 with bfs tr-this project solve puzzle 8 with bfs tree