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
Description does NOT specify prime divisors, but just divisors.
Anyways the statement is false:
https://math.stackexchange.com/questions/63276/is-a-prime-factor-of-a-number-always-less-than-its-square-root
Read again the text of the problem, second rotor goes 13 positions after did 1 along with the first rotor, and the 3rd rotor goes 27 positions after doing 14, 13 along with the second rotor and 1 with first and second rotors
it's 16 in base 10, not 0x16 = 22.
all input numbers are in decimal
This comment is hidden because it contains spoiler information about the solution
Since 700+ people have solved this Kata it is highly likely that problem lies somewhere in your logic/interpretation rather than anywhere else.
Please visit https://gitter.im/Codewars/codewars.com/kata-solving-help to ask for help...
And be sure to define "it" so other users know what you are talking about.
Based on "ABCDEFGHIJKLMNOPQRSTUVWXYZ ?!@#&()|<>.:=-+*/0123456789":
C+1 = D, all right
A+13 = N, not O
T+27 = 2, not G
What's wrong with it?
This comment is hidden because it contains spoiler information about the solution
You can use "reset" instead of getting [0] element from array.
Now you are using both ways to get a value from array, so it seems inconsistent.