Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 3323. Minimize Connected Groups by Inserting Interval
Given a set of intervals on the number line, determine where to insert one additional interval (often of fixed length) to maximally connect/merge existing intervals so the final number of connected groups is minimized. This requires reasoning about interval merging and gap-bridging — typically solved with merged-component identification plus sweep/ sliding-window to find the optimal insertion that bridges the most gaps.
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.