We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0401124 + 8704332 commit a04ba98Copy full SHA for a04ba98
1 file changed
data_structures/binary_tree/segment_tree_node.py
@@ -183,4 +183,3 @@ def modify(
183
node.value = max(node.left.value, node.right.value)
184
else:
185
node.value = node.left.value + node.right.value
186
-
0 commit comments