Skip to content

Commit bc7b29e

Browse files
authored
Update minimized-maximum-of-products-distributed-to-any-store.py
1 parent 6f41560 commit bc7b29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimized-maximum-of-products-distributed-to-any-store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Time: O(nlogr), r is the max quantity
1+
# Time: O(nlogm), m is the max of quantities
22
# Space: O(1)
33

44
class Solution(object):

0 commit comments

Comments
 (0)