Fix Tree Sort algorithm for duplicate values and input types #13220
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (PLR5501):
sorts/tree_sort.py#L36
sorts/tree_sort.py:36:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Ruff (I001):
sorts/tree_sort.py#L1
sorts/tree_sort.py:1:1: I001 Import block is un-sorted or un-formatted
|