Hi all,

I got a problem to solve - hope anyone can help...

We have 6 circles. Each circle splited into 8 slices. Each slice has its own color.

I should build a peramide in the following structure:

o
oo
ooo

With the following condition:
The color of touching slices must be identical

The output should be arrangment according to the root colors (it changes when I rotate the root).


Thanks!