Skip to content

253. Meeting Rooms II#57

Open
ryoooooory wants to merge 1 commit intomainfrom
task/253
Open

253. Meeting Rooms II#57
ryoooooory wants to merge 1 commit intomainfrom
task/253

Conversation

@ryoooooory
Copy link
Copy Markdown
Owner

問題:https://leetcode.com/problems/meeting-rooms-ii/

プレミアムなので問題文掲載

Given an array of meeting time intervals intervals where intervals[i] = [starti, endi], return the minimum number of conference rooms required.

Example 1:

Input: intervals = [[0,30],[5,10],[15,20]]
Output: 2
Example 2:

Input: intervals = [[7,10],[2,4]]
Output: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants