Create quicksort.py #10231
Annotations
4 errors
Ruff (E501):
divide_and_conquer/quicksort.py#L16
divide_and_conquer/quicksort.py:16:89: E501 Line too long (116 > 88)
|
Ruff (E501):
divide_and_conquer/quicksort.py#L24
divide_and_conquer/quicksort.py:24:89: E501 Line too long (155 > 88)
|
Ruff (E501):
divide_and_conquer/quicksort.py#L29
divide_and_conquer/quicksort.py:29:89: E501 Line too long (92 > 88)
|
ruff
Process completed with exit code 1.
|