implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12878
Annotations
2 errors
ruff
Process completed with exit code 1.
|
Ruff (PLR5501):
data_structures/binary_tree/segment_tree_node.py#L106
data_structures/binary_tree/segment_tree_node.py:106:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
|