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 JohanWiltink,
the language does not really matter here, but I was doing the C# one.
In my opinion there should be at least two more testcases that explicitly check that a certain solution is not correct.
Hope this is clearer now.
Best regards,
Robert
This comment is hidden because it contains spoiler information about the solution
Hi,
just detected a pretty nice solution, that had an error in the block selection.
Nevertheless obviously the tests passed (otherwise it would not be in the solutions).
So there is no test case that checks this (i.e. columns and rows correct, but blocks not)?
Additionally there should be a test case for solutions that only use the sum approach (e.g. all cells value 5).
bets regards,
Robert.
Hi LesRamer,
very nice solution.
Nevertheless did you check in CellsInBox the Enumerable.Range?
I'm wondering why there is no explicit test case to catch this (all rows and columns fine, but boxes not).
bets regards,
Robert