implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12896
Annotations
3 errors
ruff
Process completed with exit code 1.
|
Ruff (E501):
data_structures/binary_tree/segment_tree_node.py#L109
data_structures/binary_tree/segment_tree_node.py:109:89: E501 Line too long (139 > 88)
|
Ruff (E501):
data_structures/binary_tree/segment_tree_node.py#L107
data_structures/binary_tree/segment_tree_node.py:107:89: E501 Line too long (143 > 88)
|