DIY: Interval Lists Intersection
Solve the interview question "Interval Lists Intersection" in this lesson.
Problem statement
In this problem, you are provided with two lists of intervals. Each list contains a disjoint and intervals. Your job is to find the intersection of ...