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.
fixed
Nice little kata.
I was a bit irritated that the answer in the standard boundary cases had to be worked out with trial and error on the hidden test suite.
Thank you for the quick answer.
I have to apologize: I was mislead by the JUnit message that the expected value was some Object and the actual one was an Array.
I forgot to convert a List to an Array somewhere.
This kata was solved 9 times in Java, so I think the test cases are correct.
So what is the problem? Maybe post your code here and we will see, if there is a problem in your code.
In Java the JUnit test cases don't work for unflat arrays.
So I stopped working on the kata.
Me, too.
Hi,
this was my first Java kata. Thanks.
I have two suggestions: