Maximum Profit in Job Scheduling at DoorDash
Hard54.6% acceptance
This problem has 75.0% frequency at DoorDash.
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 hintsTopics
Also asked at 23 companies
More DoorDash Questions
Binary Tree Maximum Path SumHardLongest Increasing Path in a MatrixHardSearch Suggestions SystemMediumMost Profit Assigning WorkMediumKoko Eating BananasMedium
View all DoorDash questions