Riddle_Training_d0f5fe59 - arc-community/arc GitHub Wiki
Observations
-
Initially there is nothing familiar about this riddle, but I persist in trying to find what is the same, and what is different, across the source panels
-
I find no connection between the objects in the source and anywhere else, hence, I decide to ignore the shape altogether and focus on other properties
-
Eventually I go to counting objects. I notice that the count of objects in the input is the same as the cont of objects in the output
-
I observe that the pattern in the output is consistent with "line length = count of objects"
-
I classify this task as a combination of "count objects" and "make a pattern"
Concepts Used
-
Count objects, even if they are big or connected by the edge
-
make a parametric pattern, with the size of the output guided by some computed property
Solution Approach
-
"what counts as an object" could have settings in terms of "how are the pixels connected" "how is it surrounded by the background" "what counts as boundary" "what counts as separator"