Skip to content

Commit af8de05

Browse files
authored
Update number-of-subarrays-with-gcd-equal-to-k.py
1 parent a0d4faa commit af8de05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/number-of-subarrays-with-gcd-equal-to-k.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n * (logr)^2), r = max(nums)
1+
# Time: O(n * logr), r = max(nums)
22
# Space: O(logr)
33

44
# dp

0 commit comments

Comments
 (0)