Skip to content

Commit 1b5072e

Browse files
author
lucifer
committed
fix: 优化
1 parent 0530978 commit 1b5072e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

problems/lcp20.meChtZ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ https://leetcode-cn.com/problems/meChtZ/
7575

7676
核心代码:
7777

78-
```
78+
```py
7979
def dfs(pos):
8080
if pos === target: return 0
8181
if pos > target: return float('inf')

problems/lcp21.Za25hA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ edges 的长度等于图中节点个数
5151
## 前置知识
5252

5353
- BFS
54-
- BFS
54+
- DFS
5555
- 图论
5656

5757
## 公司

0 commit comments

Comments
 (0)