Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Leetcode 759. Employee Free Time
Given each employee's list of working intervals, compute the finite time intervals when every employee is free by merging/combining overlapping busy intervals across multiple sorted lists and reporting the gaps; this typically uses interval-merge or sweep-line (heap) techniques to handle overlaps across employees.
Asked at:
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Late December, 2024
Mid-level
Employee Free Time
Mid September, 2024
Junior
Given a struct Block representing busy time intervals for people and a total duration, find the time intervals during which all persons are free
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.