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.
tie
is almost never tested in random tests.There should be sample and fixed tests on cases for removing invalid names
Random tests do not have sufficient coverage such that this solution passes from time to time
Description does not mention about the criteria in deciding who is the winner ! (sum of all scores or side-by-side comparison or highest score or etc....)
Also the rules for scoring on
4 points
are vague, it should be4 points for each yard passing
python: the solutin setup is missing its arguments (they are present in all other languages)
Typo in the description:
should be
...IJ
, not...IL
Base conversion is a duplicate to many katas.
I suspect you have made some mess with your Java tests, not the example ones.
And probably the actual/expected values are mistakenly switched.
And one more suggestion: better keep the type of all possible values consistent. I mean, it feels strange while an argument denoting the rank of a card could be a number or a string.