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.
yes, this solution make is great
yeah, it's crazy educational to read how other coders solved the kata so you can figure out ----> WTF
Just read the f..riendly manual
well, you did better at code formatting the first time... x)
I know why, but I won't tell you. Most important thing for a developper: learn how to properly debug your own code. But I can give you some advises:
System.out.println(...)
and print what you need at appropriate placesAnd I'd finally suggest that you apply your code to that input:
"aaaaaaaaaaaaaaaaaaaaaaaaaa"
... ;)errr.... before assumming things like that, be sure about what you're saying. Or you'll be the "whoever" who didn't read his log correctly: this input expect
false
, nottrue
. The tests in java are perfectly correct (just look at the number of completions...) => debug your code properly, that's all.note: (generic message)
Seems you're "rather new" to cw, so here are some general guidelines about the comments:
Issue
: problem in the kata itself (description, wrong tests, wrong internal solution...)Suggestions
: well, I guess that part is clearQuestion
anything else that is related to you having a problem solving a kata -> that's you, currently.When you post issues:
When you post a question: well, most of the above apply too x)
Not an issue => closing.