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.
Same problem
I think it's a problem with the platform, not the kata.
Oh, you're right. I'm talking about the Java version. I'll try to summarize all the problems when I can. Thanks.
This kata is not ready. How did it get through the beta?
Oh yeah, didn't think of that. Thanks!
Turns out that in the Java version, the Node class problem comes up only while running the preliminary tests. I used the 'Submit' button to test my code instead of 'Run Tests' and eventually figured it out. Hope this helps!
Same problem in Firefox
I'm failing the last test and the error message just says "1"
Make sure the data types match. I always screw up JavaScript katas with that mistake since I'm used to defining concrete data types in Java and not just vars.
Correct test failure message from "Adam are a man" to "Adam is a man"
Oh damn. Good catch.
Shouldn't the expected answer for '?*11=??' be 1 and not 2?
Kata translations are created by users. If a user hasn't translated a particular kata to Python, you won't be able to solve it in Python. Sounds like an infeasible request to me.
This comment is hidden because it contains spoiler information about the solution
The Java version can't seem to find the Node class. Do I need to include an explicit import?