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.
Be careful about list of empty string:
Arrays.asList("")
andnew ArrayList<String>()
will be displayed in the exact same way in the assertion messages, while they are clearly not equal.You won't be giving away possible solutions.
If you click this checkbox:
then it will hide your comment from people who haven't solved the kata.
Try printing the input and figuring out why. I don't know why your code doesn't pass, you don't even say, but your code can be wrong or be inefficient and then only passes the sample tests and not the full suite.