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.
The tests actually expect to add cards from the left half first if the number of cards are odd, and from the right half first otherwise.
Even the 2nd fixed test contradicts the spec: if done properly the first card in the input should go to the first card in the output, but
AS
was in place ofAH
in the test case.Duplicate
Hi, with Python I have trouble with some random test, for instance with this landscape:
c tHu6
Yd7+f
*
my solution fail:
'cAtHu6\n Yd7+f\n*'
kata response should equal:
'c\n \n*'
I don't understand why.
Am I miss something ?
javascript, haven't checked elsewhere:
Is it intentional that row widths are not all the same? for example:
one could make an argument for that solutions should be looking for lack-of-content, but I find it really weird to use two different representations of it: space, or being out of bounds of the string
javascript: contains tests with flipped actual/expected
This comment is hidden because it contains spoiler information about the solution