Skip to content

Commit 452381b

Browse files
authored
Update 62.unique-paths.md
1 parent 3dc25f9 commit 452381b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

problems/62.unique-paths.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,8 @@ class Solution:
164164

165165
- 时间复杂度:$O(M * N)$
166166
- 空间复杂度:$O(N)$
167+
168+
## 扩展
169+
170+
你可以做到比$O(M * N)$更快,比$O(N)$更省内存的算法么?
171+
> 提示: 考虑数学

0 commit comments

Comments
 (0)