We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd198a commit a520569Copy full SHA for a520569
README.md
@@ -106,4 +106,4 @@ Success is like pregnancy, Everybody congratulates you but nobody knows how many
106
## Dynamic Programming Easy
107
| # | Title | Solution | Time | Space | Difficulty | Note|
108
|-----|-------| -------- | ---- | ------|------------|-----|
109
-|70|[Climbing Stairs](https://leetcode.com/problems/climbing-stairs/#/solutions)| [Python [Yu]](./backtrack/Yu/216.py) | _O(N)_| _O(1)_ | Easy| |
+|70|[Climbing Stairs](https://leetcode.com/problems/climbing-stairs/#/solutions)| [Python [Yu]](./dp/70.py) | _O(N)_| _O(1)_ | Easy| |
0 commit comments