Improved bubble_sort docstrings by adding time and space complexity #17778
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (E501):
sorts/bubble_sort.py#L12
sorts/bubble_sort.py:12:89: E501 Line too long (91 > 88)
|
|
ruff (W293):
sorts/bubble_sort.py#L8
sorts/bubble_sort.py:8:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W291):
sorts/bubble_sort.py#L7
sorts/bubble_sort.py:7:87: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (W291):
sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:94: W291 Trailing whitespace
help: Remove trailing whitespace
|
|
ruff (E501):
sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:89: E501 Line too long (94 > 88)
|