Sorted linked list added #9928
Annotations
4 errors
Ruff (W293):
data_structures/linked_list/sorted_linked_list.py#L114
data_structures/linked_list/sorted_linked_list.py:114:1: W293 Blank line contains whitespace
|
Ruff (N816):
data_structures/linked_list/sorted_linked_list.py#L357
data_structures/linked_list/sorted_linked_list.py:357:13: N816 Variable `nodeData` in global scope should not be mixedCase
|
Ruff (N816):
data_structures/linked_list/sorted_linked_list.py#L362
data_structures/linked_list/sorted_linked_list.py:362:13: N816 Variable `nodeData` in global scope should not be mixedCase
|
ruff
Process completed with exit code 1.
|