All Problems

Meeting Rooms II

MediumarrayExpected: O(n log n) time, O(n) spaceInterview Context
heapsorting

Problem

Given an array of meeting time intervals, find the minimum number of conference rooms required.

Loading...