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.
A great kata. Learned a lot today. Thank you very much @Zwyx for the great challenge.
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 would consider to rename the Kata as the name about Caesar variation is misleading as it is in truth more about this complicated construct of creating the runners... ;) or even better make two challenges out of it eg. Caesar Variation and Runner's Split or something like that :D
Hi guys, I have a small problem here. My code basically works for short messages and cards, but it does not work for example for the message "ATTACK TONIGHT ON CODEWARS". So I guess my algorithm is somewhat slow, however I used to create a generator with itertools to calculate all the permutations of the cards, which in my opinion should be actually very fast, it is at least when cracking hashes on other katas. Am i missing out something? I can post the part of my code if this is helpful...
This comment is hidden because it contains spoiler information about the solution
Hi everyone. This is somehow annoying as i optimiced my code with generators, so that the two first test cases (The TEST Button) run in under 1.8s in codewars and on my computer in 400ms. However when I continue to the ATTEMPT Button I always get a Timeout and exceed 12000ms, but this cannot be true. By the whay the plattform seem to be laggy anyway at the moment, can this be the problem or is my code wrong, what you think?