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
case
I did this method, but better.
This comment is hidden because it contains spoiler information about the solution
had the same problem. check the casing
lol
nice
Did you overcomplicate this? Christ how many things you importing dude?
How did I not think of this? LOL
yeah, it's crazy educational to read how other coders solved the kata so you can figure out ----> WTF
after hours I got it. I just wrote sentence.toLowerCase(); not sentence = sentence.toLowerCase(); crazy
I have spent hours debugging this thing. When I run it in my ied everything is buttery smooth. I am confident that there is something wrong with the kata unless you can prove me wrong. and yes I did sentence.toLowerCase();
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"
... ;)This comment is hidden because it contains spoiler information about the solution
Loading more items...