Remove Covered Intervals
Try to solve the Remove Covered Intervals problem.
We'll cover the following
Statement
Given an array of intervals
, where each interval is represented as intervals[i]
Note: An interval
is considered covered by another interval if and only if and .
Constraints:
intervals.length
intervals[i].length
All the given intervals are unique.
Examples
Level up your interview prep. Join Educative to access 70+ hands-on prep courses.