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.
Good kata! One thing seemed wrong to me: (using python)
On December 22, one entrant had an ID that expired on Dec 16 1982, so I denied entry. That was marked as incorrect. Apparently, a document is only expired if its expiration date is November 22 or earlier, regardless of what day it is currently.
It seems strange that the test would go out of its way to change the date with each new bulletin, but not expect the code to increment the date for expired documents.
Does that sound like an issue to anyone else?
That last one's harder than this one, because it includes negatives and decimals.
dang... guess i didn't search hard enough
That works, I guess there's no real reason it shouldn't be allowed.
I ranked it as a 6 because I was picturing it as a kind of beginner recursion practice, but I can see how other solutions could be significantly simpler.
Good point. Is there a way to check whether the user uses that function?
I think the term 'quotient' in the description should be changd to 'coefficient'.