Ad
  • Custom User Avatar

    With my draft solution, I have decoded "105860ymmgegeeiwaigsqkcaeguicc" getting "lmmgegeeijaigfdkcaeghicc".
    The basic test result expects "Impossible to decode", but when I encode "lmmgegeeijaigfdkcaeghicc" I get exactly "105860ymmgegeeiwaigsqkcaeguicc".
    Does anybody see the same situation?

  • Custom User Avatar

    That's true, I just re-used code I already wrote for other arithmetic katas, such as division with remainder, multiplication and square root of large integers.
    Then I copied and pasted, and I used the multiplication routine.
    Awkward code indeed, but it worked.