Feature #1: Find Meeting Rooms
Implementing the "Find Meeting Rooms" feature for our "Google Calendar" project.
We'll cover the following
Description
To develop this project’s first feature, we are given a set of meeting times. Our job is to implement a solution that can identify the number of meeting rooms needed to schedule the required meetings. Each meeting time will contain a startTime
and an endTime
that are both positive integers.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.