Find the total area covered by all rectangles in the plane. It's labeled as "Rectangle Area II" in Leetcode.
Sigiloso
I went over the basic case first but ran out of time. I don't think I was prepared enough since it requires knowledge of a Segment Tree data structure which I haven't used since I graduated from college.