Add XOR Linked List implementation with doctests #19660
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (RET501):
data_structures/linked_list/partition_linked_list.py#L159
data_structures/linked_list/partition_linked_list.py:159:13: RET501 Do not explicitly `return None` in function if it is the only possible return value
help: Remove explicit `return None`
|