Skip to content

Commit 88fd142

Browse files
authored
Update minimum-sum-of-values-by-dividing-array.py
1 parent 1617ac8 commit 88fd142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimum-sum-of-values-by-dividing-array.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 = max(nums)
2-
# Space: O(n * m * logr)
2+
# Space: O(n + logr)
33

44
import collections
55

0 commit comments

Comments
 (0)