Ad
  • Custom User Avatar

    Be careful about list of empty string: Arrays.asList("") and new ArrayList<String>() will be displayed in the exact same way in the assertion messages, while they are clearly not equal.

  • Custom User Avatar

    You won't be giving away possible solutions.
    If you click this checkbox:

    image

    then it will hide your comment from people who haven't solved the kata.

  • Custom User Avatar

    Try printing the input and figuring out why. I don't know why your code doesn't pass, you don't even say, but your code can be wrong or be inefficient and then only passes the sample tests and not the full suite.