You are given a positive integer, days, which represents the total number of days an employee is available for work, starting from day 1. You are also given a 2D array, meetings, where each entry meetings[i]=[starti,endi] indicates that a meeting is scheduled from day start ...
⋮
Problem
Submissions
Solution: Count Days Without Meetings
Statement▼
You are given a positive integer, days, which represents the total number of days an employee is available for work, starting from day 1. You are also given a 2D array, meetings, where each entry meetings[i]=[starti,endi] indicates that a meeting is scheduled from day start ...