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.
The true/false test is testing if the length of your code is <=161 characters for the challenge.
It means your code is longer than specified in the challenge. Agreed, unhelpful but that's what it means.
Many many errors
Outdated/deprecated usage of new Integer()
Remove this entirely, simply use ints.
Final test is incorrect
Assertions aren't even on for whatever reason
Java: the
countChar
test assertion message is very unhelpful (expected: <true> but was: <false>
)duplicate of this issue
your code is correct but too long
this is what the
countChar
test does, although I agree that the assertion message is really poor. your current code has394
charactersYou can't just import apache on a kata ðŸ˜
This comment is hidden because it contains spoiler information about the solution
Those numbers are the length of a side of a square. A square can be defined with only one number because all sides have the same length.
This comment is hidden because it contains spoiler information about the solution
Infinite loop overloading their code runner, run it on your computer to help see what's making the loop