Ad
  • Custom User Avatar

    Did you ever get this work? I'm having the exact same problem in C. I tried returning NULL as the function's return value as the test indicated, but that didn't work. Then I turned the bad entry into a 0 (NULL), but that didn't work either.

  • Custom User Avatar

    Your solution handles some specific invalid inputs incorrectly. Read the description carefully and verify whether your solution handles all possible invali inputs.

    Having said that, I agree that feedback of tests could be improved.

    Bugs in your solution are not a kata issue.