Meeting Rooms (#252)
Given an array of meeting time intervals where intervals[i] = [starti, endi]
, determine if a person could attend all meetings.
Note: This is a premium LeetCode problem. The description is provided for educational purposes.
Company Tags: Amazon, Facebook
Core Concept: Sorting, Intervals