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.
thanks a lot
Finally i could able to solve this kata. Description for Java should be more clear.
We need to have some validation on input values.
For TestCase4:
A is empty
B is empty
Expected:true
For TestCase5:
A is empty
B is null
Expected:false
Helpful content. Thanks Chrono79.
Read the remarks in the description. You're assuming you receive two lists.
Read this too.
This comment is hidden because it contains spoiler information about the solution
See this point, it explains how to check the input of the test case.
thank you ; but I don't know which test it is.. this is very weird !
i hate this kata. I spend much time, but i don't understand how I can create right solution
It means that your solution returned
true
for a test case which expected the answer offalse
.Check out this FAQ, there you could find some useful info how to find problems with your solution.
Hello, I have an error message .. "Unhandled rejection TestError: Expected: false, instead got: true". Could you please help me to understand what's wrong ? thanks a lot !
This comment is hidden because it contains spoiler information about the solution
Good for reading, bad for perfomance
The expected value is ok.
TestCase for java is failing for Input: 45385593107843568
expected:<0[10111100011001]11> but was:<0[00100100011000]11>
It should be <0[00100100011000]11>
This comment is hidden because it contains spoiler information about the solution