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 fffbaa9 commit 2e7229fCopy full SHA for 2e7229f
meeting-rooms-ii/samthekorean.py
@@ -1,3 +1,5 @@
1
+# TS : O(n log n)
2
+# SC : O(n)
3
class Solution:
4
def minMeetingRooms(self, intervals: List[List[int]]) -> int:
5
pairs = []
0 commit comments