Adds Longest Arithmetic Subsequence (Review Reqd) #10134
Annotations
6 errors
Ruff (UP035):
dynamic_programming/longest_arithmetic_subsequence.py#L1
dynamic_programming/longest_arithmetic_subsequence.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L4
dynamic_programming/longest_arithmetic_subsequence.py:4:89: E501 Line too long (137 > 88)
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L7
dynamic_programming/longest_arithmetic_subsequence.py:7:89: E501 Line too long (98 > 88)
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L9
dynamic_programming/longest_arithmetic_subsequence.py:9:89: E501 Line too long (107 > 88)
|
Ruff (UP006):
dynamic_programming/longest_arithmetic_subsequence.py#L13
dynamic_programming/longest_arithmetic_subsequence.py:13:42: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|