Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Leetcode 252. Meeting Rooms
Given a list of meeting time intervals [start, end], determine whether any two intervals overlap so a single person can attend all meetings; this is essentially an interval-overlap detection problem typically solved by sorting intervals by start time and checking adjacent intervals.
Asked at:
Meta
Snapchat
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Late April, 2025
Snapchat
Staff
https://interviewing.io/questions/meeting-rooms
Mid January, 2025
Meta
Mid-level
Late October, 2024
Intern
Determine if a person can attend all meetings without conflicts given an array of meeting intervals
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.