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.
Missing test case:
Input:
Intervals=[(2,4),(6,10),(9,12),(10,12),(11,11)]
Your Output:
3
Expected output:
2
The answer to this test is wrong yet submission is successful.

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.
Missing test case:
Input:
Intervals=[(2,4),(6,10),(9,12),(10,12),(11,11)]
Your Output:
3
Expected output:
2
The answer to this test is wrong yet submission is successful.