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 3e301a7 commit 47b52c3Copy full SHA for 47b52c3
Python/minimum-limit-of-balls-in-a-bag.py
@@ -1,4 +1,4 @@
1
-# Time: O(nlogn)
+# Time: O(nlogm), m is the max of nums
2
# Space: O(1)
3
4
class Solution(object):
0 commit comments