feat: add sleep sort algorithm and complete bubble sort implementationfeat: add sleep sort and complete bubble sort #15726
Annotations
7 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
sorts/sleep_sort.py#L95
sorts/sleep_sort.py:95:48: W292 No newline at end of file
|
|
Ruff (E501):
sorts/sleep_sort.py#L87
sorts/sleep_sort.py:87:89: E501 Line too long (92 > 88)
|
|
Ruff (W293):
sorts/sleep_sort.py#L82
sorts/sleep_sort.py:82:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L75
sorts/sleep_sort.py:75:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L68
sorts/sleep_sort.py:68:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L61
sorts/sleep_sort.py:61:1: W293 Blank line contains whitespace
|