odd-cells-counting-over-simulation

Status: IN

`oddCells` uses the counting-not-simulation pattern: since each cell's value equals `row_count[r] + col_count[c]`, it computes frequencies then uses combinatorics instead of applying increments to a matrix.

Source: entries/2026/06/06/cells-with-odd-values-in-a-matrix-solution.md

JSON