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.
PHP random tests seem to be off as well.
For: -12dy+9yzd-9dyz-13y+8y-1-11yd+15yd+9y
it expects: 4y-8dy-10dyz
The "1" term should not be there according to the description and the test result makes no sense as a result.
With PHP and for input of 3258336917064184 I get a failed test:
Expected: Array (
0 => 325833691764184
1 => 10
2 => 0
)
Actual : Array (
0 => 325833691764184
1 => 0
2 => 10
)
By the logic of the 209917 example it should be 0,10 and not 10,0 for the i,j combo.
Seems wrong to me. Am I missing something here?