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 62dbc8d commit d87efabCopy full SHA for d87efab
meeting-rooms/saysimple.py
@@ -1,3 +1,4 @@
1
+# TC: O(n), SC: O(1)
2
class Solution:
3
def canAttendMeetings(self, intervals: List[Interval]) -> bool:
4
if not intervals:
0 commit comments