Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
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.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.