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.
Interesting!
Why do you use:
long i = n*51/100
-Can't tell if its clever or just obfuscation-
Unit test for C# is coded different than how the submission is coded. It uses int[,] in the unit test and int[][] in the submission.