← ALL NOTES
Array

435. Non-overlapping Intervals

Remove the fewest intervals so the rest don't overlap. Flip it: removing the fewest is the same as keeping the most non-overlapping intervals, and "maximum set of mutually compatible intervals" is…

Loading…