Riddle_Training_46442a0e - arc-community/arc GitHub Wiki

images/46442a0e.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.

  • Allowing an input object that has the same image in the output to be treated as a rotation by 180 degrees. (some images, when rotated, don't actually change)

Solution Approach