Skip to content

Add Splay Tree - Self-adjusting Binary Search Tree #14194

Add Splay Tree - Self-adjusting Binary Search Tree

Add Splay Tree - Self-adjusting Binary Search Tree #14194

Triggered via pull request October 1, 2025 04:43
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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