Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
golds = [569,809,389,128]
In this test, if I say that result should be
[937, 958]
, then am I wrong? (I started with A)But, the expected result is just reverse of it. How?!
PS: for test
golds = [12,427,104,231,670]
, result it[786, 658]
First, we'll give
670
toA
, and then it becomes similar to above one, but both giving different results. Why?Maybe @pablo had mentioned like "all dice distinct"...