Ad
  • Custom User Avatar

    "Given an array of integers, your task is to find two same numbers and return one of them. For example, in the array ```` the answer is 2."

    There is no example array given in the description?

  • Custom User Avatar

    Could do with clearer description in C. Having *length_out and digits[0] already set and then the comments next to it made it confusing when the kata itself is really simple.