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.
Why the output is
["only", "solutions", "some"] instead of ["solutions', "some"]
The test:
"only some solutions are answers"
Descriptions says: Group them by their beginning!
From the description, I don't know what should I do if nothing match...
So in the case of
'a ab'
, what should I do?What is the purpose of this kata? You ranked it kyu 4 and your solution looks complex. However, looking at other solutions, I guess you don't want such simple solutions to pass ..