Skip to content

Commit bb8f3a9

Browse files
authored
Update minimum-deletions-to-make-array-divisible.py
1 parent 964e9e3 commit bb8f3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimum-deletions-to-make-array-divisible.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: O(n + m + logr), r is max(numsDivide)
2-
# Space: O(n)
2+
# Space: O(1)
33

44
# gcd
55
class Solution(object):

0 commit comments

Comments
 (0)