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 comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I suggest also adding encryption ponctuation using pontuation list: for example in the set [",",";",":","?","!"," ","."] with a shifting of 5 "!" becomes ":"
Good to see random tests in place but there are already numerous Kata, both published and in Beta, dealing with Caesar Cipher which makes this Kata a duplicate. Please edit this Kata to make it unique from the others.
JS and Ruby translation submitted, if you want to approve them :)
There already exists published kata with a similar premise in multiple languages, including python.
This comment is hidden because it contains spoiler information about the solution
I think the alphabet should be specified in the problem statement or the code, solving the problem is much more about figuring out the shifting rules than the actual logic of the problem.
Hey,
I would be interested in creating a Java version of this. Can I create it here or do you mind if I created a new one for Java?