implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12878
Annotations
2 errors
|
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
|
The logs for this run have expired and are no longer available.
Loading