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.
Ooohhhh my mistake. Thank you very much for the clarification there.
In Java, I think the testing criteria are off for the odd strings.
"Should handle odd string expected:<[ab, [cd, ]e_]> but was:<[ab, []e_]>"
I think the brackets are breaking it, and I couldn't get my code to read the expected output, because it would wind up as "[ab, [c, d], e_]" even if it took the brackets into account. Am I messing up though?