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.
No language stated + probably duplicate issue (no random tests...) + OP long time inactive).
Just want to second this -- ebbruns description of the issue is good, and I think either the description should be updated or those corner cases should be abolished from the random tests (personally I don't think that they add much)
As an
8kyu
kata this is the right difficulty. Maybe you need to look at harder katas instead? ;-)I was just going to write that, verbatim.
I've thought about it.
And I open for suggestion.
Mb it wuould be better to think about character strength and some multiplier according to it?
Thanks. COUNT will just count the rows with a value in name, two people with the same name will still be both counted. I'd have to test this, but I think COUNT(DISTINCT name) would produce the error you are concerned about.
Sorry about that! Fixed.