Skip to content

Commit 47b52c3

Browse files
authored
Update minimum-limit-of-balls-in-a-bag.py
1 parent 3e301a7 commit 47b52c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/minimum-limit-of-balls-in-a-bag.py

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

44
class Solution(object):

0 commit comments

Comments
 (0)