Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks for the feedback!
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!
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...