Ad
  • Custom User Avatar

    Added in the descriptions

  • Custom User Avatar

    The kata is great. However, if there are no matches, "None" is expected to return in C language, instead of "Empty". Please edit either the description or the test cases. Thx :D

  • Custom User Avatar

    The description should have said x1 < x2 or somewhat. If coders calculated in the reversed sequence, the answer will become x1 > x2, which cannot pass the tests.
    The second option is to check if x1(coder) == x2(answer) and x2(coder) == x1(answer). If they are true, the tests should also be passed.