Make bubble sort support comparable items #19293
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP047):
sorts/bubble_sort.py#L85
sorts/bubble_sort.py:85:5: UP047 Generic function `bubble_sort_recursive` should use type parameters
help: Use type parameters
|
|
ruff (UP047):
sorts/bubble_sort.py#L11
sorts/bubble_sort.py:11:5: UP047 Generic function `bubble_sort_iterative` should use type parameters
help: Use type parameters
|