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 964e9e3 commit bb8f3a9Copy full SHA for bb8f3a9
Python/minimum-deletions-to-make-array-divisible.py
@@ -1,5 +1,5 @@
1
# Time: O(n + m + logr), r is max(numsDivide)
2
-# Space: O(n)
+# Space: O(1)
3
4
# gcd
5
class Solution(object):
0 commit comments