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.
This comment is hidden because it contains spoiler information about the solution
Yeah, there is a typo in the class name (you need to change Interpreter2 to Interpreter).
Example test case does not compile
You really need randomized tests to make all these hard-coded implementations to fail.
Lacks tests like "1 2 a3a 5" (should yield 1, as sequence is invalid)
Expected should go first in assert* calls.
Java.
Interesting. Somehow I can see your solution, I think, because my solution passed once (though I didn't actually pressed "Submit Final" as I had debug code in it). I tried submitting yours and it failed with timeout!
Yeah, sorry about that.
Java translation submitted.
This comment is hidden because it contains spoiler information about the solution
Translated into Java.
Translated into Java.
Translated into Java.
Loading more items...