← 返回 instacart 的题目列表Find Minimal Shoppers
类型:online_judge
Find Minimal Shoppers
You are given a set of tasks/orders and shoppers with capacity constraints. Compute the minimum number of shoppers required to finish all tasks.
Note: The post only includes a link and a high-level approach ("binary search + heap simulation"), but lacks reproducible problem statement, I/O format, constraints, and key details. It cannot be enriched into a fully answerable prompt.