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 submitted a solution that seems to work, and it passes 2 of the tests but seems to fail the last. I ended up viewing the test cases, and tested each case individually and they all return the correct number of strings. I'm using a recursive function.
Hm, your quotes don't look quite right to me. Html, by convention, tends to use double quotes - and so this Kata makes that assumption. But single quotes are valid (as are no quotes!).
Agreed. I still have no idea what to do to even begin.
This comment is hidden because it contains spoiler information about the solution