Skip to content

Riddle_Training_6773b310

Daniel Bigham edited this page Sep 28, 2022 · 2 revisions

ARC Game

Concepts Used

  • The inputs and outputs are always grids (outputs being grids of pixels) of the same dimensions, so we can subdivide the problem and find general rules to map from that any input cell to its corresponding output cell.

  • Treating an image as a grid of pixels. (outputs)

Solution Approach

Clone this wiki locally