Leetcode 1199. Minimum Time to Build Blocks
Given rules for producing blocks (workers/machines with build times, possible replication or combination rules) and a target number of blocks, find the minimum time needed to produce them; this reduces to finding the smallest T for which a feasibility check (often done with binary search over time plus a greedy/resource-allocation, DP, or flow-based check) can schedule production under the constraints.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
0
Hello Interview Premium
Your account is free and you can post anonymously if you choose.