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.
A hint would be nice. I managed to calculate the number of fields but the number of moves grows astronomically so its hard to see any pettern.
This comment is hidden because it contains spoiler information about the solution
Thank you for quick response! Now I understand
Before that part of the text:
You need to take the solution with largest possible value for numbers with multiple possibilities
Now, back to what you asked
Since
[1,2,4,10]
has10
which is bigger than all of the numbers in[2,6,9]
, you should return[1,2,4,10]
instead.what's wrong with 9 being smaller than 10 if 10 is not even part of the returned sequence?
"but don't return [2,6,9], since 9 is smaller than 10."
Arigato, sensei.
"onone"
is not the input there, it's your incorrect returned value. The input was"OnOne"
.There is no mention of "onone" should equal to "on_one" in the description or examples, and the description says "accepts Pascal Case as input" how is "onone" a Pascal Case?