The Number of the Smallest Unoccupied Chair
Try to solve The Number of the Smallest Unoccupied Chair problem.
We'll cover the following
Statement
At a party,
For example, if chairs
When a friend leaves, their chair becomes immediately available. If another friend arrives simultaneously, they can take that chair.
You are given a times
, where times[i]
Given an integer target_friend
, return the chair number that target_friend
will sit on.
Constraints:
times.length
times[i].length
arrival
i
<leaving
i
target_friend
Each
arrival
i
time is unique.
Examples
Level up your interview prep. Join Educative to access 70+ hands-on prep courses.