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.
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
This comment is hidden because it contains spoiler information about the solution
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