← Back to companies
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/$
Given a list of tennis court bookings with start and finish times, return a plan assigning each booking to a specific court. Ensure each court is used by only one booking at a time and use the minimum number of courts.
Follow-ups:
This is a signature Atlassian coding question that tests interval scheduling and greedy algorithms.