986. Interval List Intersections
986. Interval List Intersections
Description
You are given two lists of closed intervals, firstList
and secondList
, where firstList[i] = [starti, endi] and secondList[j] = [startj, endj]. Each list of intervals is pairwise disjoint and in sorted order .