Skip to content

Improved bubble_sort docstrings by adding time and space complexity #17779

Improved bubble_sort docstrings by adding time and space complexity

Improved bubble_sort docstrings by adding time and space complexity #17779

Triggered via pull request May 1, 2026 05:08
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 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 (E501): sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:89: E501 Line too long (93 > 88)