Improved bubble_sort docstrings by adding time and space complexity #17779
Annotations
3 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
sorts/bubble_sort.py#L12
sorts/bubble_sort.py:12:89: E501 Line too long (91 > 88)
|
|
Run uvx ruff check --output-format=github .:
sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:89: E501 Line too long (93 > 88)
|
Loading