mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-13 06:06:11 +08:00
Merge pull request #382 from LiangDazhu/patch-29
Update 0070.爬楼梯完全背包版本.md
This commit is contained in:
@ -147,6 +147,7 @@ class Solution {
|
||||
|
||||
Python:
|
||||
|
||||
|
||||
```python3
|
||||
class Solution:
|
||||
def climbStairs(self, n: int) -> int:
|
||||
@ -163,8 +164,6 @@ class Solution:
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Go:
|
||||
```go
|
||||
func climbStairs(n int) int {
|
||||
|
Reference in New Issue
Block a user