Fix Tree Sort algorithm for duplicate values and input types #13219
Annotations
10 errors
Ruff (W293):
sorts/tree_sort.py#L76
sorts/tree_sort.py:76:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/tree_sort.py#L73
sorts/tree_sort.py:73:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/tree_sort.py#L70
sorts/tree_sort.py:70:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/tree_sort.py#L50
sorts/tree_sort.py:50:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/tree_sort.py#L47
sorts/tree_sort.py:47:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/tree_sort.py#L44
sorts/tree_sort.py:44:1: W293 Blank line contains whitespace
|
Ruff (PLR5501):
sorts/tree_sort.py#L34
sorts/tree_sort.py:34:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|
Ruff (W293):
sorts/tree_sort.py#L20
sorts/tree_sort.py:20:1: W293 Blank line contains whitespace
|
Ruff (W293):
sorts/tree_sort.py#L17
sorts/tree_sort.py:17:1: W293 Blank line contains whitespace
|
Ruff (I001):
sorts/tree_sort.py#L1
sorts/tree_sort.py:1:1: I001 Import block is un-sorted or un-formatted
|