Skip to content

Adds Longest Arithmetic Subsequence (Review Reqd) #10149

Adds Longest Arithmetic Subsequence (Review Reqd)

Adds Longest Arithmetic Subsequence (Review Reqd) #10149

Triggered via pull request October 3, 2024 18:11
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (F841): dynamic_programming/longest_arithmetic_subsequence.py#L51
dynamic_programming/longest_arithmetic_subsequence.py:51:5: F841 Local variable `ddp` is assigned to but never used
Ruff (F821): dynamic_programming/longest_arithmetic_subsequence.py#L57
dynamic_programming/longest_arithmetic_subsequence.py:57:13: F821 Undefined name `dp`
Ruff (F821): dynamic_programming/longest_arithmetic_subsequence.py#L57
dynamic_programming/longest_arithmetic_subsequence.py:57:27: F821 Undefined name `dp`
Ruff (F821): dynamic_programming/longest_arithmetic_subsequence.py#L58
dynamic_programming/longest_arithmetic_subsequence.py:58:42: F821 Undefined name `dp`
ruff
Process completed with exit code 1.