Meeting Assistant
Snowflake interviews coding interview problem: Meeting Assistant. Given events like '<person_name> <action> <start> <end>' (HH:MM), find the earliest time from 00:00 to 23:59 when all mentioned people are free for a meeting lasting k minutes. Return the time as HH:MM or -1 if no slot exists. A practical interview question on scheduling and availability.
Example
Unlock to view complete problem details
and practice with sample input/output
Was this article helpful?
View Test Cases & Run Code requires membership
Input Variables
Execution Result:
