Ad
  • Default User Avatar

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

  • Default User Avatar

    Hi,

    I have all tests green in Java with the exception of normalSadFlow and canHandleCharactersInWrongOrder. I have run my own test and in both cases the return is false so I supposed it is OK but when I run it in codewars fails.

    I have also tried returning true one time and false the other time in these cases to check if it was my problem or something related to codewars/kata. In both situations these 2 test fails.

    Any ideas of what is happening? Should I throw an exception instead (that is not the expected behaviour)?