feat(sorts): add bubble sort algorithm for beginners #9917
Annotations
6 errors
Ruff (E501):
sorts/simple_bubble_sort.py#L3
sorts/simple_bubble_sort.py:3:89: E501 Line too long (128 > 88)
|
Ruff (E501):
sorts/simple_bubble_sort.py#L12
sorts/simple_bubble_sort.py:12:89: E501 Line too long (105 > 88)
|
Ruff (E501):
sorts/simple_bubble_sort.py#L13
sorts/simple_bubble_sort.py:13:89: E501 Line too long (91 > 88)
|
Ruff (E501):
sorts/simple_bubble_sort.py#L14
sorts/simple_bubble_sort.py:14:89: E501 Line too long (92 > 88)
|
Ruff (PIE808):
sorts/simple_bubble_sort.py#L20
sorts/simple_bubble_sort.py:20:24: PIE808 Unnecessary `start` argument in `range`
|
ruff
Process completed with exit code 1.
|