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.
I believe there's something wrong in C# - when I test my solution (run sample tests button), it passes, but when I try to solve kata (attempt button) I got timeout on first test - FourNodesWithLoopSize3. It finds loop correctly - it enters to if nicely, shows "3" as expected and it doesn't go any further, but for some reason I got timeout. Hardcoding "return 3" inside of the loop returns the same result.
This comment is hidden because it contains spoiler information about the solution
I believe that the last test in C++ is broken. It shows:
Expected: equal to SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
Actual: SOS! THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG.
and input string clearly starts with SOS.