Skip to content

Add Coin Change Dynamic Programming Algorithm with Doctests and Type Hints #15115

Add Coin Change Dynamic Programming Algorithm with Doctests and Type Hints

Add Coin Change Dynamic Programming Algorithm with Doctests and Type Hints #15115

Triggered via pull request October 9, 2025 19:25
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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