Employee Free Time
Explore how to analyze multiple employee schedules to determine common free time intervals. This lesson helps you understand interval merging, sorting, and comparison to find gaps in all employees' schedules for optimal scheduling solutions.
We'll cover the following...
We'll cover the following...
Statement
You’re given a list containing the schedules of multiple employees. Each person’s schedule is a list of non-overlapping intervals in sorted order. An interval is specified with ...