Skip to content

ADDED SLIDING WINDOW ALGORITHM TO CALCULATE MAX SUM OF SUBARRAY OF SI… #10994

ADDED SLIDING WINDOW ALGORITHM TO CALCULATE MAX SUM OF SUBARRAY OF SI…

ADDED SLIDING WINDOW ALGORITHM TO CALCULATE MAX SUM OF SUBARRAY OF SI… #10994

Triggered via pull request October 12, 2024 20:50
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): data_structures/arrays/sliding_window.py#L5
data_structures/arrays/sliding_window.py:5:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/arrays/sliding_window.py#L9
data_structures/arrays/sliding_window.py:9:1: W293 Blank line contains whitespace
Ruff (E501): data_structures/arrays/sliding_window.py#L12
data_structures/arrays/sliding_window.py:12:89: E501 Line too long (101 > 88)
Ruff (W293): data_structures/arrays/sliding_window.py#L15
data_structures/arrays/sliding_window.py:15:1: W293 Blank line contains whitespace
Ruff (E501): data_structures/arrays/sliding_window.py#L23
data_structures/arrays/sliding_window.py:23:89: E501 Line too long (91 > 88)
Ruff (E501): data_structures/arrays/sliding_window.py#L28
data_structures/arrays/sliding_window.py:28:89: E501 Line too long (91 > 88)
Ruff (E501): data_structures/arrays/sliding_window.py#L33
data_structures/arrays/sliding_window.py:33:89: E501 Line too long (91 > 88)
Ruff (E501): data_structures/arrays/sliding_window.py#L38
data_structures/arrays/sliding_window.py:38:89: E501 Line too long (91 > 88)
Ruff (E501): data_structures/arrays/sliding_window.py#L43
data_structures/arrays/sliding_window.py:43:89: E501 Line too long (91 > 88)
ruff
Process completed with exit code 1.