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 96e1d15 commit b5d8640Copy full SHA for b5d8640
Python/put-boxes-into-the-warehouse-i.py
@@ -1,4 +1,4 @@
1
-# Time: O(nlogn + m)
+# Time: O(nlogn)
2
# Space: O(1)
3
4
class Solution(object):
0 commit comments