sorts: make quick_sort work with any Comparable, not just int #19863
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (UP047):
sorts/quick_sort.py#L24
sorts/quick_sort.py:24:5: UP047 Generic function `quick_sort` should use type parameters
help: Use type parameters
|