Update 4.3.1.1程序示例——maze迷宫解搜索.md

This commit is contained in:
zzm
2023-05-08 21:05:16 +08:00
committed by GitHub
parent acb44200a1
commit 1f4313621f

View File

@@ -1,7 +1,7 @@
# 程序示例——maze 迷宫解搜索 # 程序示例——maze 迷宫解搜索
::: warning 😋 ::: warning 😋
阅读程序中涉及搜索算法的部分,然后运行程序,享受机器自动帮你寻找路径的快乐! 阅读程序中涉及搜索算法的部分,然后运行程序,享受机器自动帮你寻找路径的快乐!
/4.人工智能/code/MAZE.zip
完成习题 完成习题
::: :::
# Node # Node
@@ -201,4 +201,4 @@ class Maze:
- 6 - 6
- 7 - 7
- 8 - 8
- 9 - 9