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.
Hi Voile.
Thank you for your comments.
It was four years ago I forgot everything that I was doing there.
I will be grateful if you can explain me how and where you can see my solution code?
Hi Volie.
Why did you decide that I use parallelism?
LOL
O_O
40585
Please help, why this test failed:
Test #1, testing for:
chessBoard
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,0,1,1,1,1,1
1,1,1,1,1,1,1,1,0,1,1,1
1,1,1,1,1,1,1,1,1,1,1,0
1,1,1,1,1,1,1,1,1,0,1,1
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1,1,1
1,1,1,1,1,1,1,1,1,1,1,0
Test Failed
Expected is <System.Collections.Generic.Dictionary
2[System.Int32,System.Int32]> with 8 elements, actual is <System.Collections.Generic.Dictionary
2[System.Int32,System.Int32]> with 7 elementsi receive 8 elements:
[0] {[2, 106]}
[1] {[3, 78]}
[2] {[4, 58]}
[3] {[5, 41]}
[4] {[6, 26]}
[5] {[7, 13]}
[6] {[8, 5]}
[7] {[9, 1]}