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.
it seems he is working for Google and have no time to answer
very cool my boy
thanks! fixed it
Your solution has a bug. It works incorrectly when it is called more than once. Test it locally bu running it two times in a row, once with input "abcdefghijklmnopqrstuvw", and then with input "xyz".
It is a bug in your solution, and not a kata issue.
python tests are incorrect. when i copy the test input to my local machine the output gives expected result but copying the same code here shows wrong output. eg: "I+UG +<Twqh\tumNVfY/RbCIO[FsLVFZpx=jD" shoutld return False and it does on local machine but on codewars it shows True should equal to False.
I've published a fork that updates the random tests to generate pangrams ~50% of the time.
This comment is hidden because it contains spoiler information about the solution
you can check the codewars status to see if there is downtime, but even if there is, this is not a kata issue as this is not something kata authors / contributors can fix.
Java: test will not submit. Keeps saying network error.
This comment is hidden because it contains spoiler information about the solution
Groovy translation
yessir
same as what did!
because your code is not correct, try testing it with '*bcdefghijklmnopqrstuvwxyz'
which is also to say, your outside environment is lacking in test coverage
This comment is hidden because it contains spoiler information about the solution
Loading more items...