Riddle_Training_ff28f65a - arc-community/arc GitHub Wiki

images/ff28f65a.png

ARC Game

Concepts Used

  • Treating the entire input scene as a single object. (since we want non-contiguous things to be included in a single object)

  • Object property to denote how many non-background-color pixels it has. ("FilledArea")

Solution Approach