DIY: Merge Intervals
Solve the interview question "Merge Intervals" yourself in this lesson.
We'll cover the following...
Problem statement
You are given an array of intervals in the form of start and end times. Your task is to merge as many intervals as possible. Two intervals can be merged if they are overlapping ...