Update
This commit is contained in:
@@ -207,7 +207,7 @@ class Solution {
|
||||
Python:
|
||||
|
||||
|
||||
```python3
|
||||
```python
|
||||
class Solution:
|
||||
def change(self, amount: int, coins: List[int]) -> int:
|
||||
dp = [0]*(amount + 1)
|
||||
|
||||
Reference in New Issue
Block a user