Skip to content

Commit e6b7e3f

Browse files
committed
feat: 0070.Climbing Stairs
1 parent 93437e6 commit e6b7e3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ for 狀態1 in 狀態1的所有取值:
213213
| [0322](https://kimi0230.github.io/LeetcodeGolang/Leetcode/0322.Coin-Change/) | [Coin Change](https://leetcode.com/problems/coin-change/) | [Go](https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0322.Coin-Change) | Medium | O(nm) | O(n) | Dynamic Programming |
214214
| [0354](https://kimi0230.github.io/LeetcodeGolang/Leetcode/0354.Russian-Doll-Envelopes/) | [Russian Doll Envelope](https://leetcode.com/problems/russian-doll-envelopes/) | [Go](https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0354.Russian-Doll-Envelopes) | Hard | | | Dynamic Programming |
215215
| [0509](https://kimi0230.github.io/LeetcodeGolang/Leetcode/0509.Fibonacci-Number/) | [Fibonacci Number](https://leetcode.com/problems/fibonacci-number/) | [Go](https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0509.Fibonacci-Number) | Easy | 很多解法 | 很多解法 | Dynamic Programming |
216+
| [0070](https://kimi0230.github.io/LeetcodeGolang/Leetcode/0070.Climbing-Stairs/) | [0070.Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) | [Go](https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0070.Climbing-Stairs) | Easy | O(n) | O(n) | Dynamic Programming |
216217

217218
---
218219

0 commit comments

Comments
 (0)