Meeting Rooms
Try to solve the Meeting Rooms problem.
We'll cover the following
Statement
You are given an array of meeting times, intervals
, where each interval consists of a pair of start and end times, identify whether or not a person can attend all the meetings.
An important thing to note here is that the specified end time for each meeting is exclusive.
Constraints:
intervals.length
intervals[i].length
Examples
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.