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.
Can i speed up a algoritm when i use int.MaxValue and i had only 5,1 sec? but here i have always more than 12 sec?
Thanks for answer. I forgot about it.
This comment is hidden because it contains spoiler information about the solution
My all test past but when i try atemp my solution i had 2 errors.
Test Failed
Expected string length 9 but was 12. Strings differ at index 5.
Expected: "[5, 2][4]"
But was: "[5, 2, 1][0]"
----------------^
This is a poorly written test. My solution is correct and there is a wrong string calculation on the test...