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.
Test Failed
Expected "(479,487)", but got "(449,457)"
Input
g = 8
m = 404
n = 4155
I have checked and i'm pretty sure my answer is correct, so is it my fault or do the test cases have something wrong?
Issue resolved (so it can be published)
I see your issue here, we made this kata as a little validation for some of the rules of the original game plus some more created by us. We wanted to make no changes to the original rules if it was possible, and we thought of that possibility, but didn't see it as a strong issue. Do you think is a big problem and we should change it?
[Java] At least in the java fixed test the case where the pattern array is empty is not contemplated. So when you attempt the random tests you may pass the kata without checking that condition.
Thanks for the help. The test are now changed so they will pass the lowest date possible, being 2100-10-01, which adds up to 5.
As it's mentioned in the description the today date has the format YYYYMMDD, which all are numbers.
I don't understand your issue.
Can you explain yourself?
terminar comprobacion, refactorizar check, añadir dependencias
subir tamaño de 15, 40 a 20, 50
añadir aclaracion espacios no cuentan como nada y ponero los caracteres especiales permitidos, meses pueden ir en mayusc y en minusc
Java Translation for revision