Given a list of integers `crates` representing the weights of the crates and a list of integers `vehicles` representing the maximum weight capacities of the transport vehicles, determine the maximum number of crates that can be loaded onto the vehicles without exceeding their weight capacities.
Analyze constraints and compute optimal solutions step-by-step.
No dry run loaded.
🚀 Practice this problem
Run code, get AI hints & track streak