Added wave sort a new sorting technique #9519
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
Ruff (W293):
sorts/wave_sort.py#L18
sorts/wave_sort.py:18:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/wave_sort.py#L27
sorts/wave_sort.py:27:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/wave_sort.py#L40
sorts/wave_sort.py:40:1: W293 Blank line contains whitespace
|
Ruff (E741):
sorts/wave_sort.py#L42
sorts/wave_sort.py:42:9: E741 Ambiguous variable name: `l`
|
Ruff (W293):
sorts/wave_sort.py#L49
sorts/wave_sort.py:49:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|