Skip to content

Commit a04ba98

Browse files
committed
add doctest
2 parents 0401124 + 8704332 commit a04ba98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data_structures/binary_tree/segment_tree_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,3 @@ def modify(
183183
node.value = max(node.left.value, node.right.value)
184184
else:
185185
node.value = node.left.value + node.right.value
186-

0 commit comments

Comments
 (0)