/Meetings-Organizer-Function_findMinRooms_Python

Python function designed to help organize multiple meetings during a day. Each meeting has a start time and end time. Each meeting needs to reserve a private conference room during that time. The function takes all the meeting schedules and calculates the minimum number of conference rooms needed.

Primary LanguagePython

Watchers