Most Profit Assigning Work at DoorDash
Medium56.1% acceptance
This problem has 75.0% frequency at DoorDash.
Problem Description
You have `n` jobs and `m` workers. You are given three arrays: `difficulty`, `profit`, and `worker` where: * `difficulty[i]` and `profit[i]` are the difficulty and the profit of the `ith` job, and * `worker[j]` is the ability of `jth` worker (i.e., the `jth` worker can only complete a job with...
Read full problem and hintsTopics
Also asked at 6 companies
More DoorDash Questions
Longest Increasing Path in a MatrixHardSearch Suggestions SystemMediumMaximum Profit in Job SchedulingHardKoko Eating BananasMediumSingle-Threaded CPUMedium
View all DoorDash questions