9 QUESTIONS
Q1 1 / 9 medium
Merge Intervals
Given an array of intervals [start, end], merge all overlapping intervals and return the non-overlapping result.
What is the key technique required?
Given an array of intervals [start, end], merge all overlapping intervals and return the non-overlapping result.
What is the key technique required?