Add XOR Linked List implementation with doctests #15910
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP045):
data_structures/linked_list/xor_linked_list.py#L31
data_structures/linked_list/xor_linked_list.py:31:42: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
data_structures/linked_list/xor_linked_list.py#L31
data_structures/linked_list/xor_linked_list.py:31:23: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
data_structures/linked_list/xor_linked_list.py#L28
data_structures/linked_list/xor_linked_list.py:28:20: UP045 Use `X | None` for type annotations
|
|
Ruff (UP045):
data_structures/linked_list/xor_linked_list.py#L27
data_structures/linked_list/xor_linked_list.py:27:20: UP045 Use `X | None` for type annotations
|