Add Splay Tree - Self-adjusting Binary Search Tree #14196
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (PLR5501):
data_structures/binary_tree/splay_tree.py#L180
data_structures/binary_tree/splay_tree.py:180:13: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|