Skip to content

implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12896

implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py)

implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12896

Triggered via pull request May 6, 2025 05:26
@xxx595588xxx595588
synchronize #12707
master
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)