Improve insertion_sort docstring with complexity analysis #18330
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W291):
sorts/pancake_sort.py#L24
sorts/pancake_sort.py:24:30: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (W293):
sorts/pancake_sort.py#L23
sorts/pancake_sort.py:23:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (I001):
sorts/pancake_sort.py#L11
sorts/pancake_sort.py:11:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|