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 hints

Topics

Also asked at 6 companies


More DoorDash Questions

View all DoorDash questions