-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Description
Bug Report for https://neetcode.io/problems/meeting-schedule-ii
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Description
In Example 1, the explanation labels the schedule as:
day1: (0,40)
day2: (5,10), (15,20)
This appears to be incorrect terminology. The problem is about the minimum number of meeting rooms required to schedule all meetings without conflicts, not about assigning meetings across different days.
Expected Behavior
The explanation should refer to rooms, for example:
room1: (0,40)
room2: (5,10), (15,20)

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels