Status: IN
`oddCells` never allocates an m-by-n matrix; it uses O(m+n) row/column frequency arrays, reducing space from O(m*n) to O(m+n).
Source: entries/2026/06/06/cells-with-odd-values-in-a-matrix-solution.md
JSON