Skip to content

Commit 514aaf1

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(n * logr), r = max(nums)
1+
# Time: O(nlogr), r = max(nums)
22
# Space: O(logr)
33

44
# dp

0 commit comments

Comments
 (0)