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!
with 259 JavaScript completions it is unlikely that there is such a glaring issue in the tests.
no, the maximum value below
16409
is12001
because1 + 2 + 0 + 0 = 3
;2 + 0 + 0 + 1 = 3
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.