Adds Longest Arithmetic Subsequence (Review Reqd) #10136
Annotations
4 errors
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L2
dynamic_programming/longest_arithmetic_subsequence.py:2:89: E501 Line too long (137 > 88)
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L5
dynamic_programming/longest_arithmetic_subsequence.py:5:89: E501 Line too long (98 > 88)
|
Ruff (E501):
dynamic_programming/longest_arithmetic_subsequence.py#L7
dynamic_programming/longest_arithmetic_subsequence.py:7:89: E501 Line too long (107 > 88)
|
ruff
Process completed with exit code 1.
|