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.
Ow :)
I solved this long time ago - can't even remember if I noticed this sentence then.
And there's also that:
But as You mentioned, the code can be easily extended to account for other symbols.
Cheers!
Thanks! Good point. I don't do handle input checking in katas, unless description suggests that the input may be invalid and/or validation is a part of the task - parsers etc.
There is
});
missing at the end of line 24 of preloaded test cases.I get the following error:
No matter what my program is. Even with preloaded solution, example test cases.
Test cases should be fixed now but decided to leave real numbers in there.
This comment is hidden because it contains spoiler information about the solution
Still not the best :)
I just discovered Kumite and decided to give it a try during coffee break.
I don't understand why there's this class-like definition provided. To me, what we're seeking here is just a simple function of current state and input that's used to reduce input string. Perhaps the Kata should be changed so that the objective is to write some kind of simple, universal automaton that takes transition function as a parameter?
Ah, thanks! I still think that this message could be just a tiny bit more descriptive.
The description is very short, almost like lacking something but not really.
It would be useful to specify how an example output string should look like.
"questions of what was going on in Washington at
Test Failed: Doesn't make sense"
Looks like decoded to me... any clues?
What does "You are looking in the wrong tree" is supposed to mean? :F
My solution passes all cases before that and I don't really know how what should I fix now.