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
You should return
false
for both those test cases. Maybe something is going wrong and your code is actually throwing an exception?If you post your code here (and tick the spoiler checkbox) I can take a look at it.
Hi,
I have all tests green in Java with the exception of normalSadFlow and canHandleCharactersInWrongOrder. I have run my own test and in both cases the return is false so I supposed it is OK but when I run it in codewars fails.
I have also tried returning true one time and false the other time in these cases to check if it was my problem or something related to codewars/kata. In both situations these 2 test fails.
Any ideas of what is happening? Should I throw an exception instead (that is not the expected behaviour)?