Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Leetcode 2402. Meeting Rooms III
Assign each meeting (with unique start times) to the lowest-numbered available room or delay it (keeping its duration and prioritizing earlier original start times) until a room frees, and return the index of the room that hosted the most meetings. The core challenge is simulating this scheduling efficiently using priority queues to track free room indices and next-free times while counting assignments.
Asked at:
Meta
Uber
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Early June, 2025
Uber
Senior
Mid May, 2025
Senior
Late February, 2025
Uber
Senior
Variation of meetings rooms scheduling https://leetcode.com/problems/meeting-rooms-iii/
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.