Search
⌘K

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:

P

Procore

Snapchat

Meta

Google

Google


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Late January, 2026

P

Procore

Senior

Late April, 2025

Snapchat

Staff

https://interviewing.io/questions/meeting-rooms

Mid January, 2025

Meta

Mid-level

Comments

Your account is free and you can post anonymously if you choose.