Skip to content

Files

Latest commit

6a61414 · May 29, 2019

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 29, 2019
May 29, 2019

Given an array of time intervals (start, end) for classroom lectures (possibly overlapping), find the minimum number of rooms required.

For example, given [(30, 75), (0, 50), (60, 150)], you should return 2.