Riddle_Training_40853293 - arc-community/arc GitHub Wiki

images/40853293.png

ARC Game

Concepts Used

  • Z order

  • 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.

Solution Approach