Skip to content

Commit a520569

Browse files
committed
update read.me
1 parent acd198a commit a520569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
106106
## Dynamic Programming Easy
107107
| # | Title | Solution | Time | Space | Difficulty | Note|
108108
|-----|-------| -------- | ---- | ------|------------|-----|
109-
|70|[Climbing Stairs](https://leetcode.com/problems/climbing-stairs/#/solutions)| [Python [Yu]](./backtrack/Yu/216.py) | _O(N)_| _O(1)_ | Easy| |
109+
|70|[Climbing Stairs](https://leetcode.com/problems/climbing-stairs/#/solutions)| [Python [Yu]](./dp/70.py) | _O(N)_| _O(1)_ | Easy| |

0 commit comments

Comments
 (0)