Leetcode 3506. Find Time Required to Eliminate Bacterial Strains
Given multiple bacterial strains with initial populations and growth behavior and a limited kill capacity per action/time unit, determine the minimum time required to reduce all strains to zero. The core challenge is a scheduling/feasibility problem—often solved by combining greedy simulation (priority queue/sorting) to check if a target time is achievable with binary search over time.
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.