grid-as-strings-idiom

Status: IN

String-grid problems in this repo index directly into strings with `strs[i][j]` rather than converting to a 2D array, avoiding allocation at the cost of assuming uniform string length.

Source: entries/2026/06/06/delete-columns-to-make-sorted-solution.md

JSON