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.
No random tests
C# 10. should be enabled
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hi, is it possible to delete my solution?
It's too poor and I need to rework it.
Thanks for the feedback!
This comment is hidden because it contains spoiler information about the solution
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!
My C# solution runs 37 tests in 4000 ms on my PC but it is never accepted by the system here.
Please advise, what could be wrong here?
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...
my C# solution works perfectly in VS2015 on my PC and passes all suggested tests successfully.
However, it is not accepted by the site and does not even run here:
Error: Command failed: /tmp/csharp115729-20-i0xjt8/fixture.cs(23,246): error CS1525: Unexpected symbol `end-of-file'
0 Passed
0 Failed
0 Errors
Please advise what could be wrong, thanks