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.
I don't think this is truly resolved. For the first tranche ("
Trailing zeroes of
") of tests in JavaScript, the parameters are always(num: 6, base: 16)
Ah, I see. Isn't that what I do in the full "Test Cases" suite? I know I consume all values in the "Example Test Cases" but that's just for simplicity. Am I missing something else?
Yes. I'm struggling with the idea of testing for "infinite" sequences; particularly with the restriction "Some sequences may be infinite, but the tests will never ask for dates beyond the year 9999."
Do you have any suggestions how I could do that?
Oh my! Good spot. I blame the human in the loop. Fixed. Thanks.
Good point. I've updated the description to clarify the ambiguity. It was indeed my intention.
This is a replacement for https://www.codewars.com/kata/66a8ad03d2a2a2307855693e
Even I'm unhappy with this kata! It needs a major rethink. Should I fork and retire the original?
Oh, thanks. I've removed the validation tests and updated the text. Good advice.