Ad
  • Default User Avatar

    yeah, you are right. Thanks for your help.

  • Custom User Avatar

    Try returning some arbitrary value which you know is incorrect (like a list with just 1 random number), and see if you get a message like expected: your_wrong_output, but got: something_else. I think the actual/expected values are flipped, because this case in the fixed tests is correct.

  • Default User Avatar

    It was done by using Haskell

  • Custom User Avatar

    Most probably, you're mutating the input and that affects the expected results.

  • Custom User Avatar

    Specify the language, please.

    Looking at the kata completions I don't think there should be any issues with any of the kata versions.

  • Custom User Avatar

    This code is not even working, let alone correct.

  • Default User Avatar

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