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 0530978 commit 1b5072eCopy full SHA for 1b5072e
problems/lcp20.meChtZ.md
@@ -75,7 +75,7 @@ https://leetcode-cn.com/problems/meChtZ/
75
76
核心代码:
77
78
-```
+```py
79
def dfs(pos):
80
if pos === target: return 0
81
if pos > target: return float('inf')
problems/lcp21.Za25hA.md
@@ -51,7 +51,7 @@ edges 的长度等于图中节点个数
51
## 前置知识
52
53
- BFS
54
-- BFS
+- DFS
55
- 图论
56
57
## 公司
0 commit comments