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.
Issue below not fixed: it's your job of kata's author to find a way to generate a a certain amount of tests expecting one solution among the random tests. It's not that hard. And it's mandatory: Random tests must test all the possible answers when there is a very limited number like there. See: https://docs.codewars.com/authoring/guidelines/submission-tests
Hi,
this shouldn't pass:
https://www.codewars.com/kata/reviews/6263585b8e9f520001f40021/groups/6263b5859458430001e3fcca
Cheers
There is no novel idea in this kata, it's just an arbitrary combinations of basic tasks (create a dictionary, get ascii value of char, convert number to binary) that have been done in many katas already. See authoring guidelines: https://docs.codewars.com/authoring/guidelines/kata
This kata is just a just basic string filtering + convert to uppercase, it has been done in many katas and is not a novel idea. Please refer to this before publishing a new kata: https://docs.codewars.com/authoring/guidelines/kata