Binary search tree #13209
Annotations
3 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
|
Ruff (INP001):
tree/binary_search_tree.py#L1
tree/binary_search_tree.py:1:1: INP001 File `tree/binary_search_tree.py` is part of an implicit namespace package. Add an `__init__.py`.
|