Add Coin Change Dynamic Programming Algorithm with Doctests and Type Hints #15115
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
dynamic_programming/coin_change.py#L18
dynamic_programming/coin_change.py:18:24: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
dynamic_programming/coin_change.py#L15
dynamic_programming/coin_change.py:15:1: UP035 `typing.List` is deprecated, use `list` instead
|