Skip to content

Commit 08ae65f

Browse files
authored
Update 62.unique-paths.md
1 parent 452381b commit 08ae65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/62.unique-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,5 @@ class Solution:
167167

168168
## 扩展
169169

170-
你可以做到比$O(M * N)$更快,比$O(N)$更省内存的算法么?
170+
你可以做到比$O(M * N)$更快,比$O(N)$更省内存的算法么?这里有一份[资料](https://leetcode.com/articles/unique-paths/)可供参考。
171171
> 提示: 考虑数学

0 commit comments

Comments
 (0)