Skip to content

Bug Report for meeting-schedule-ii #5632

@Lethairgo

Description

@Lethairgo

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)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions