construct2d-row-major-order

Status: IN

Elements are placed into the 2D array in row-major order: `original[0..n-1]` becomes row 0, `original[n..2n-1]` becomes row 1, etc.

Source: entries/2026/06/06/convert-1d-array-into-2d-array-solution.md

JSON