Ad
  • Default User Avatar

    I have the same issue with Java, even though my code passes the test cases, when I hit "attemp" it fails for some tests that I don't have any clue about.

  • Custom User Avatar

    It's a problem with your code, if you test it with, for instance, "(){}[]" it returns false. That test is not in the sample tests, but it is in the kata description. You need to rewrite your code so it works with strings that are not symmetric.

  • Custom User Avatar

    That doesn't seem a kata issue at first:

    Java Completions 2581

    Post your code here, using markdown formatting and mark your post as having spoiler content. It's probably a problem with your code, use Question label for that.