Ad
  • Default User Avatar

    No issue.

  • Custom User Avatar

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

  • Default User Avatar

    The reference solution checks for equality, so I'm pretty sure the tests are sound.

    The thing is, most shifts other than the correct shift will not produce words. Therefore if your solution can get most of the words, it will succeed. To me, this is normal behavior.

  • Default User Avatar

    When I was checking if all the shifted values were in WORDS, I wasn't able to pass all the tests.
    However, when I was only checking if most of the words were in WORDS, then I could pass all the tests.
    I guess there is something wrong either with some of the random tests or with the WORDS set.