Spectrum 22 AI-generated Copy + Revise

2 grids · reconstruct grid #2

Grid Sequence
Grid 1 (masked) is a single-row grid containing the median of each column of Grid 0. Grid 0 has 7 rows, so the median is the 4th smallest value in each column. Grid1[0][c] = median(Grid0[0..6][c]).
Your Answer