Skip to content

Commit 2602359

Browse files
committed
添加0126.骑士的攻击astar C语言 版本
1 parent ef36f40 commit 2602359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/kamacoder/0126.骑士的攻击astar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ typedef struct {
402402
int f; // 总的估计消耗(f = g + h)
403403
} Knight;
404404

405-
#define MAX_HEAP_SIZE 2000000 // 优先队列的最大容量
405+
#define MAX_HEAP_SIZE 2000000 // 假设优先队列的最大容量
406406

407407
// 定义一个优先队列,使用最小堆来实现 A* 算法中的 Open 列表
408408
typedef struct {

0 commit comments

Comments
 (0)