We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91dff6 commit acbd684Copy full SHA for acbd684
public/blog/2025-08-16/index.pdf
-41 Bytes
public/blog/2025-08-16/index.tex
@@ -18,7 +18,7 @@ \chapter{A* 算法流程详解}
18
回溯路径,算法结束
19
遍历 N 的每个邻居 M:
20
if M 在 ClosedList 中 或 不可通行 : 跳过
21
- 计算 new_g = g(N) + cost(N → M)
+ 计算 new_g = g(N) + cost(N -> M)
22
if M 不在 OpenList 或 new_g < 当前 g(M):
23
更新 M 的 g, h, f 值
24
记录 M 的父节点为 N
public/blog/2025-08-16/sha256
@@ -1 +1 @@
1
-d1daef4ee6424d6e3a37693a87ddd0397631e6e33c96e31465c96ddf1f7bb2c5
+c0ac6787a1ae87eb5bf308a22d92e20d4cc6e82c9a97f50ce6aab77b53fd476a
0 commit comments