Skip to content

Commit b002464

Browse files
author
aaron.liu
committed
update
1 parent 93546cf commit b002464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pins/shortest path with keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def shortest_path_v1(grid: List[List[str]], start: List[int], end:List[int]) ->
3535

3636
row, col = len(grid), len(grid[0])
3737

38-
# 注意如果Bfs目标如果是走到终点 则不需要统计总共的钥匙数量
38+
# 注意如果Bfs目标是走到终点 则不需要统计总共的钥匙数量
3939
# 遍历grid 收集所有钥匙数
4040
# for i in range(row):
4141
# for j in range(col):

0 commit comments

Comments
 (0)