Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 2513. Minimize the Maximum of Two Arrays
Find the smallest x such that from numbers 1..x you can choose disjoint sets of sizes uniqueCnt1 and uniqueCnt2 where the first set contains only numbers not divisible by divisor1 and the second only numbers not divisible by divisor2. Use counts computed by inclusion–exclusion (via lcm) to test feasibility for a given x and binary search the minimum x.
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.