Ad
  • Custom User Avatar

    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

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    TestCase for java is failing for Input: 45385593107843568
    expected:<0[10111100011001]11> but was:<0[00100100011000]11>

    It should be <0[00100100011000]11>

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution