Add flash sort algorithm implementation #10941
Annotations
5 errors
Ruff (I001):
sorts/flash_sort.py#L12
sorts/flash_sort.py:12:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
sorts/flash_sort.py#L17
sorts/flash_sort.py:17:89: E501 Line too long (101 > 88)
|
Ruff (W293):
sorts/flash_sort.py#L100
sorts/flash_sort.py:100:1: W293 Blank line contains whitespace
|
Ruff (W292):
sorts/flash_sort.py#L100
sorts/flash_sort.py:100:5: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|