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.
This is a duplicate to all the letter shift/caesar ciphers.
Coffescript Translation Kumited! please accept :D
Java translation Kumited! please accept :D
This comment is hidden because it contains spoiler information about the solution
There is a test case for upper letter Z missing.
Input: Quick brown fox jumps over the lazy dog ,
Expected Output: Rvjdl cspxo gpy kvnqt pwfs uif mbaz eph ,
Actual Output: Rvjdl cspxo gpy kvnqt pwfs uif mbаz eph
so expected output and actual output are identical, why it gives me an error?
all test cases work out fine, but this.
Is it some bug?
I think some random test cases should be added.
In the Haskell version: You don't check for other ASCII characters, like:
All current solutions ignore this, which works for sentences with spaces as seperators, but nothing else. To be honest, that's exactly why you don't use your solution to build test cases.