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 1617ac8 commit 88fd142Copy full SHA for 88fd142
Python/minimum-sum-of-values-by-dividing-array.py
@@ -1,5 +1,5 @@
1
# Time: O(n * m * logr), r = max(nums)
2
-# Space: O(n * m * logr)
+# Space: O(n + logr)
3
4
import collections
5
0 commit comments