reshape-preserves-row-major-order

Status: IN

Elements appear in the reshaped output in the same row-major order as the input, guaranteed by the `[val for row in mat for val in row]` iteration order.

Source: entries/2026/06/06/reshape-the-matrix-solution.md

JSON