Skip to content

Commit da004e0

Browse files
committed
dp 62
1 parent d60b903 commit da004e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
112112
## Dynamic Programming Medium
113113
| # | Title | Solution | Time | Space | Difficulty | Note|
114114
|-----|-------| -------- | ---- | ------|------------|-----|
115-
|64|[Minimum Path Sum](https://leetcode.com/problems/minimum-path-sum/#/submissions/1)| [Python [Yu]](./dp/64.py) | _O(N^2)_| _O(M*N)_ | Easy| [公瑾讲解](https://youtu.be/bEcW6QqgXvM)|
115+
|64|[Minimum Path Sum](https://leetcode.com/problems/minimum-path-sum/#/submissions/1)| [Python [Yu]](./dp/64.py) | _O(N^2)_| _O(M*N)_ | Medium| [公瑾讲解](https://youtu.be/bEcW6QqgXvM)|
116116
|62|[Unique Paths](https://leetcode.com/problems/unique-paths/#/description
117-
)| [Python [Yu]](./dp/62.py) | _O(N^2)_| _O(M*N)_ | Easy| Reference #64|
117+
)| [Python [Yu]](./dp/62.py) | _O(N^2)_| _O(M*N)_ | Medium| Reference #64|

0 commit comments

Comments
 (0)