Skip to content

Add kadane's algorithm in dp/ folder #14935

Add kadane's algorithm in dp/ folder

Add kadane's algorithm in dp/ folder #14935

Triggered via pull request October 7, 2025 17:25
@Tanish-S-KTanish-S-K
synchronize #13328
master
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W293): dynamic_programming/kadane_algorithm.py#L32
dynamic_programming/kadane_algorithm.py:32:1: W293 Blank line contains whitespace
Ruff (W293): dynamic_programming/kadane_algorithm.py#L29
dynamic_programming/kadane_algorithm.py:29:1: W293 Blank line contains whitespace
Ruff (E501): dynamic_programming/kadane_algorithm.py#L4
dynamic_programming/kadane_algorithm.py:4:89: E501 Line too long (89 > 88)