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'm having a problem in the submission that apparently one of my images is not similar enough, but there doesn't seem to be any difference to the naked eye. http://imgur.com/hnBJDvM. Can anyone give me any hints as to what might be going wrong?
Would prefer more spacing in the test functions and array examples; they look a little cramped. Also missing an apostrophe in the description ('Lets').
Otherwise GREAT kata with NO problems.
Hi,
I enjoyed this kata! As with others, I agree that it would be helpful to clarify that you take the 'first bit' to be the lowest bit.
Also, is much gained by having the movement bits go [positive, negative, negative, positive]? It highlights the importance of reading the spec carefully, but is a bit weird, so I'm split on the issue.
This comment is hidden because it contains spoiler information about the solution
Getting this result:
Expected: {"Mercy":["Chen"],"City":["Anderson","Eastman"],"General":["Davis","Ford"]}, instead got: {"Mercy":["Chen"],"City":["Anderson","Eastman"],"General":["Davis","Ford"]}
A problem with strings?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Get the following error when I run the tests: "Expected: 10 9 8 7 6 5 4 3 2 1 liftoff!, instead got: 10 9 8 7 6 5 4 3 2 1 liftoff!"
Not sure what could be going on ...