Maximum Profit in Job Scheduling at Airbnb

Hard54.6% acceptance

This problem has 87.5% frequency at Airbnb.

Problem Description

We have `n` jobs, where every job is scheduled to be done from `startTime[i]` to `endTime[i]`, obtaining a profit of `profit[i]`. You're given the `startTime`, `endTime` and `profit` arrays, return the maximum profit you can take such that there are no two jobs in the subset with overlapping time r...

Read full problem and hints

Topics

Also asked at 23 companies


More Airbnb Questions

View all Airbnb questions