Ad
  • Custom User Avatar

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

  • Custom User Avatar

    Your solution incorrectly handles some edge cases, replace your prints with: Console.WriteLine($"Input:[{input}]");

    I agree the output is confusing tho, I will close this issue as user error and raise a new one about improving messages.

  • Custom User Avatar

    Ignore the WriteLines();'s. I only used them for testing.

  • Custom User Avatar

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

  • Custom User Avatar

    Can you show your code?
    Remember about code formatting and spoiler flag please.

  • Custom User Avatar

    Language: c#

    python worked fine.

    It seems to be the random testcase.

  • Custom User Avatar

    What language?

  • Custom User Avatar

    Some Testcases are broken.

    LOG = ")" is False

    However the testcase exspects true. This is a bug in the kata and not in our code. I've seen multiple comments with the same issue and they have been told that's a bug in the users code instead of a bug in kata and have been flagged as solved. Fix this!

  • Custom User Avatar

    It is a bug in kata. The string starts with ")". If this is flagged as True, the test_case is wrong. How are we supposed to solve this? HardCoding?

  • Custom User Avatar

    What are you talking about?

    Random_Testcase = ")"

    The code should return False and it does. But its flagged as True which is not right!
    I've the same problem with c# and its annoying! Please fix this.