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.
1 parent 0a2ca36 commit 18014c5Copy full SHA for 18014c5
Python/handling-sum-queries-after-update.py
@@ -1,4 +1,4 @@
1
-# Time: O(nlogn + m + q)
+# Time: O(nlogn + m + qlogn)
2
# Space: O(n)
3
4
# segment tree
0 commit comments