Riddle_Training_272f95fa - arc-community/arc GitHub Wiki

images/272f95fa.png

ARC Game

Concepts Used

  • The inputs and outputs are always grids of the same dimensions, so we can subdivide the problem and, for each cell, find general rules to map from that input cell to that output cell.

Solution Approach