Ad
  • Custom User Avatar

    A great kata. Learned a lot today. Thank you very much @Zwyx for the great challenge.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    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

  • Custom User Avatar

    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...

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    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?