986. Interval List Intersections
https://leetcode.com/problems/interval-list-intersections/
Important point: Know what are intersecting points and the formula to find intersection is max(x1,x2) and min(y1,y2)
Important point: Know what are intersecting points and the formula to find intersection is max(x1,x2) and min(y1,y2)