educative.io

Add this test to your problem

No test provided to check if the solution handles cases that a simple maximum overlapping at any point won’t support.

console.log(`Minimum meeting rooms required: ${min_meeting_rooms(
  [new Meeting(1, 3), new Meeting(2, 8), new Meeting(3, 7), new Meeting(6, 9)])}`, ' - Expected: 3')

Type your question above this line.

Course: https://www.educative.io/collection/5668639101419520/5671464854355968
Lesson: https://www.educative.io/collection/page/5668639101419520/5671464854355968/4712145159716864