Enhance bubble sort docstrings and type hints #14076
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (UP047):
sorts/bubble_sort.py#L41
sorts/bubble_sort.py:41:5: UP047 Generic function `bubble_sort_recursive` should use type parameters
|
Ruff (UP047):
sorts/bubble_sort.py#L6
sorts/bubble_sort.py:6:5: UP047 Generic function `bubble_sort_iterative` should use type parameters
|