Sorted linked list added #9806
Annotations
3 errors
Ruff (W293):
data_structures/linked_list/sorted_linked_list.py#L369
data_structures/linked_list/sorted_linked_list.py:369:1: W293 Blank line contains whitespace
|
Ruff (W292):
data_structures/linked_list/sorted_linked_list.py#L369
data_structures/linked_list/sorted_linked_list.py:369:13: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|