Refactor queue implementation using linked list with O(1) operations … #17547
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
|