Skip to content

Riddle_Training_4be741c5

Daniel Bigham edited this page Sep 9, 2022 · 4 revisions

ARC Game

Concepts Used

  • Not forming multi-color contiguous objects

  • Object property to denote how it ranks in terms of being left-most, second-left-most, etc. ("X.InverseRank)

  • Object property to denote how it ranks in terms of being top-most, second-top-most, etc. ("Y.InverseRank)

  • Mapping input objects to output objects, then removing empty space from the output scene.

Solution Approach

Clone this wiki locally