Riddle_Training_1f876c06 - arc-community/arc GitHub Wiki

images/1f876c06.png

ARC Game

Concepts Used

  • Not forming multi-color contiguous objects

  • Combining multiple non-contiguous objects in the input scene into a single "group" object due to the fact that they are both contained within a single contiguous object in the output scene.

    • Specifying a generalized pattern for what groups of objects should be combined into a single object.
  • Diagonal lines

Solution Approach