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.
Sample tests are still outdated.
Effectively speaking, this kata is no different from "get the weekday of the input date" (see this), so it'd be a duplicate of many existing katas.
If the use of the algorithm is enforced, there should be checks (or rather, the kata should be re-designed) to ensure the steps are followed.
Okay, you may publish the kata again when ready.
This should be fixed now.
This should be fixed now.
This is from the sample tests:
2015 is not a leap year so there can't be a 29th day in February.
Random tests seem to generate month 13 sometimes.
This is despite the description saying that
There is no need for error checking, inputs will always be valid values.