Riddle_Training_8be77c9e - arc-community/arc GitHub Wiki

images/8be77c9e.png

ARC Game

Concepts Used

  • Noticing that the output size is a multiple of the input size, and sub-dividing the output into a grid. For each sub-division of the output, finding a set of rules that can map from the input scene to that sub-division of the output scenes.

  • Image flips

Solution Approach