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 a0d4faa commit af8de05Copy full SHA for af8de05
Python/number-of-subarrays-with-gcd-equal-to-k.py
@@ -1,4 +1,4 @@
1
-# Time: O(n * (logr)^2), r = max(nums)
+# Time: O(n * logr), r = max(nums)
2
# Space: O(logr)
3
4
# dp
0 commit comments