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.
Test.expect
should be removedNode 12 should be enabled (Refer this and this for more info)
Random tests sometimes expect results with a trailing space at the very end.
As long as possible
is vague. e.gA globally "as long as possible" solution would split it as
"4444", "1 333 1", "4444"
but a greedy solution would split it as"4444 1", "333 1", "4444"
. What is the expected answer?