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.
one line and one stream, pretty good
for test "e e e e DDD ddd DdD: ddd ddd aa aA Aa, bb cc cC e e e"
Exist differents solution that are correct according to the descrption. Not only --> ["e", "ddd", "aa"]
the same for test "'a 'A 'a' a'A' a'a'!"
if we are considering the order on the answers ["'a", "a'a'", "'a'"] or ["a'a'", "'a", "'a'"] i think we can also consider to have ["a'a'", "'a'", "'a"]
No, it isn't. That's why the test is labeled odd characters. Try selecting that, it is a single char.
Hi
I think that test for odd characters is wrong, it says: "For input "∞§fi›fl∞§" ==> expected: <fi>". I understand it is letter "F" and "i" as output, if so, then letter "F" is repeated and the expected result should be leter "i"
thnaks.