Skip to content

Conversation

sbk1014
Copy link
Contributor

@sbk1014 sbk1014 commented Jul 27, 2024

No description provided.

class Solution:
def minMeetingRooms(self, intervals: List[List[int]]) -> int:
intervals = sorted(intervals)
room_times = [[-1, -1]]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[-1, -1] 는 왜 필요한걸까요?

@leokim0922 leokim0922 merged commit 743028c into DaleStudy:main Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants