Skip to content

feat: implement Monotonic Queue and sliding window maximum function with test cases #11490

feat: implement Monotonic Queue and sliding window maximum function with test cases

feat: implement Monotonic Queue and sliding window maximum function with test cases #11490

Triggered via pull request October 21, 2024 14:54
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (N999): data_structures/queue/Monotonic_Queue.py#L1
data_structures/queue/Monotonic_Queue.py:1:1: N999 Invalid module name: 'Monotonic_Queue'
Ruff (W291): data_structures/queue/Monotonic_Queue.py#L2
data_structures/queue/Monotonic_Queue.py:2:83: W291 Trailing whitespace
Ruff (E501): data_structures/queue/Monotonic_Queue.py#L3
data_structures/queue/Monotonic_Queue.py:3:89: E501 Line too long (91 > 88)
Ruff (I001): data_structures/queue/Monotonic_Queue.py#L6
data_structures/queue/Monotonic_Queue.py:6:1: I001 Import block is un-sorted or un-formatted
Ruff (W293): data_structures/queue/Monotonic_Queue.py#L31
data_structures/queue/Monotonic_Queue.py:31:1: W293 Blank line contains whitespace
ruff
Process completed with exit code 1.