Add Splay Tree - Self-adjusting Binary Search Tree #14194
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
data_structures/binary_tree/splay_tree.py#L328
data_structures/binary_tree/splay_tree.py:328:20: W292 No newline at end of file
|
|
Ruff (PLR5501):
data_structures/binary_tree/splay_tree.py#L178
data_structures/binary_tree/splay_tree.py:178:13: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|