Skip to content

Commit 18014c5

Browse files
authored
Update handling-sum-queries-after-update.py
1 parent 0a2ca36 commit 18014c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/handling-sum-queries-after-update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(nlogn + m + q)
1+
# Time: O(nlogn + m + qlogn)
22
# Space: O(n)
33

44
# segment tree

0 commit comments

Comments
 (0)