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 don't like this only because it assumes you get the same game by hard-coding "5" as the maximum length and "1" as the maximum height. The solution only works for exactly a 2x6 array and nothing else. Is that good practice?
Yes,you're right! Thank you !
The solution is very short and I REALLY like the gcd algorithim.
However, I'd be concerned a little bit about arithmetic overflow with "D"
Linq is pretty cool. I think I need to practice a LOT more with Linq to become more comfortable with its syntax.
It's nice to see descriptive variable names!