Search
⌘K

Leetcode 1459. Rectangles Area

Given a set of axis-aligned rectangles, compute the total area covered by them without double-counting overlaps; the core challenge is correctly handling overlapping regions (often solved with sweep-line/interval merging or coordinate-compression techniques).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.