feat: add sleep sort algorithm and complete bubble sort implementationfeat: add sleep sort and complete bubble sort #15708
Annotations
10 errors
|
Ruff (W293):
sorts/sleep_sort.py#L41
sorts/sleep_sort.py:41:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L38
sorts/sleep_sort.py:38:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L30
sorts/sleep_sort.py:30:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L25
sorts/sleep_sort.py:25:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L22
sorts/sleep_sort.py:22:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L16
sorts/sleep_sort.py:16:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/sleep_sort.py#L13
sorts/sleep_sort.py:13:1: W293 Blank line contains whitespace
|
|
Ruff (UP006):
sorts/sleep_sort.py#L10
sorts/sleep_sort.py:10:35: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L10
sorts/sleep_sort.py:10:21: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
sorts/sleep_sort.py#L7
sorts/sleep_sort.py:7:1: UP035 `typing.List` is deprecated, use `list` instead
|