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 62bfab7 commit 53935d4Copy full SHA for 53935d4
C++/sum-of-even-numbers-after-queries.cpp
@@ -1,4 +1,4 @@
1
-// Time: O(n)
+// Time: O(n + q)
2
// Space: O(1)
3
4
class Solution {
0 commit comments