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.
My fault, you are right.
Thank you for the great Kata!
Javascript: In random tests I get maxSumDig(16409, 3) => expected [ 40, 10000, 283897 ]
But it is wrong, maximum value for this case is 12000 and correct response should be [30, 3000, 178332]
BTW for all random tests I have same issue.
Thanks.