assumes-square-grid

Status: IN

`projectionArea` uses a single `n = len(grid)` for both dimensions, relying on the LeetCode constraint that the grid is always n × n; non-square grids would produce incorrect results

Source: entries/2026/06/06/projection-area-of-3d-shapes-solution.md

JSON