Binary Search Tree #13212
Annotations
2 errors
ruff
Process completed with exit code 1.
|
Ruff (PLR5501):
tree/binary_search_tree.py#L108
tree/binary_search_tree.py:108:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|