Skip to content

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

Add Splay Tree - Self-adjusting Binary Search Tree

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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