Skip to content

Refactor queue implementation using linked list with O(1) operations … #17547

Refactor queue implementation using linked list with O(1) operations …

Refactor queue implementation using linked list with O(1) operations … #17547

Triggered via pull request March 30, 2026 10:04
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
ruff (UP035): data_structures/queues/linked_queue.py#L14
data_structures/queues/linked_queue.py:14:1: UP035 Import from `collections.abc` instead: `Iterator` help: Import from `collections.abc`
ruff (I001): data_structures/queues/linked_queue.py#L13
data_structures/queues/linked_queue.py:13:1: I001 Import block is un-sorted or un-formatted help: Organize imports