文件名称:8-Puzzle:贪婪最佳优先搜索,广度优先搜索,深度优先搜索
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-07 15:51:33
breadth-first-search depth-first-search 8-puzzle greedy-best-first-search Python
8拼图 解决深度优先搜索,广度优先搜索,贪婪最佳优先搜索
【文件预览】:
8-Puzzle-master
----README.md(194B)
----GBFS.py(3KB)
----BFS.py(2KB)
----DFS.py(2KB)