Ad
  • Custom User Avatar

    Anyone with common sense (read: 28k people who solved the kata) can understand what is "lowest positive number" without problems.

    You probably should check your common sense.

  • Custom User Avatar

    "Read again CAREFULLY the description"

    The description asks for the sum of the lowest positive numbers in the array. But, what is a lowest positive number in an array? I know the minimum of such numbers, but there exist many different ways to order numbers, and thus 'lowest' is not clear.

    So, does this kata have a solution if the phrase "lowest positive number" is ambiguous?

  • Default User Avatar

    Got it ! thanks @Avanta! ill make sure i follow each instruction next time haha

  • Default User Avatar

    Carefully read the last line of the description :P

  • Default User Avatar

    the answer is 67. I dont understand why they'd skip the smallest number and move on to the next 2. There is nothing besdies not modifying the original array and returning only positive numbers. In this case theyre all positive and the array hasnt been altered. im so confused

  • Default User Avatar

    Now, that COULD look like an issue, yes. But considering that almost 12000 guys (or girls) passed the thing, I doubt "strongly" that the kata has an issue.

    Still no issue, actually. Read again CAREFULLY the description, you missed something (and I mean it. I could even tell you what's your problem, I think. But considering it's in the description...).

  • Default User Avatar

    No issue here, as far as I can see. That's your code that is wrong, not the kata itself.

    Issues are not for this type of problem