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.
Same here, dealing with two dimensional arrays in C# is unpleasant.
I think also the actual and expected values are to be switched :D
okay, I'll see with Donald to add at least one fixed test (I'm actually surprised it's not already there)
(double post...)
note: seems you didn't do RS4 yet. Don't forget to purge your RS5 solution before posting for RS4 when you'll be done with it (to not spoil the hardest one) ;)
np.
Be careful with
/*...//...\n..*/
too ;) (just in case)according to the rules, here is what your purged program should look like:
your code isn't managing the comments correctly.
EDIT: when you post about a problem, don't forget to provide the exact behavior on the output side: what's the assertion/error message, for instance?
Found it: there was a tiny mistake in one of my regexp.
Now compliant with your answers. Sorry for the troubles. ;)
okay, there is a problem, effectively. I'll take a look at this (but I don't have time for now)
Hi,
Your algo isn't smart enough yet:
if you look at the different versions upper, you'll see that you can actually safely open the position A, and that will lead you to the expected board.
No problem with that test, except that it uses
assertFalse
, notassertTrue
, and does it on purpose... ;)You should check again the "en passant" rule, it's a tricky one.