Ad
  • Default User Avatar

    Thanks for the feedback!

  • Default User Avatar

    It's not an issue of the kata! One possible reason is certainly that your algorithm is too slow. 4000 ms on your PC is too much; the numbers in C# tests are not very big. One other possible reason is that CW is too busy. Depends on the message you receive. You could try a few times at different moments.
    Avoid nested loops, optimize your algorithm.
    Good luck!

  • Default User Avatar

    There is nothing wrong with your code. "Run Tests" didn't work because a "}" was missing (you could have seen that:-) but "Submit Final" worked. I have corrected the "}" in "Run Tests" so now all must be in order.
    Thanks for the feedback! Many guys passed the C# kata but nobody told there was a problem...