strict-inequality-enforces-positive-area

Status: IN

The rectangle overlap solution uses strict `<` (not `<=`) in all four comparisons, ensuring that touching edges or corners return `False` — matching the problem's requirement for positive intersection area.

Source: entries/2026/06/06/rectangle-overlap-solution.md

JSON