Problems / Intervals / Non-overlapping Intervals
#132 Medium Time O(n log n) Space O(1) Animated

Non-overlapping Intervals

Find minimum intervals to remove so rest are non-overlapping.

LeetCode ↗
Approach: Greedy (Sort by End Time)
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps