Ad
  • Default User Avatar

    Of course there's many programming languages and it's hard to explain what to return in each language. So in the description I read, that you had to return an integer array of {-1, -1, -1}, if v1 >= v2. But actually you need to return null. Because of that I got an error message:

    • expected array was null.

    When I looked at the kata test cases I understood my mistake.

    Java