Ad
  • Custom User Avatar

    So it's solved.

  • Custom User Avatar

    Sorry, I haven't been active lately. I have a few questions:

    • What do you mean with "unknown error"? I guess that's an error from the Codementor framework, so I'm not sure I can do anything about it.
    • "should give more points" - as far as I know, community votes decide how many points each kata should give, and I can't change that.
    • "matrix[x,last position] < matrix[x+1, initial position]" - I'm not sure I understand what you mean. The kata gives you only two guarantees: matrix[x,y] < matrix[x+1,y] and matrix[x,y] < matrix[x,y+1] for all x,y < max. Are these guarantees violated?
  • Default User Avatar

    The "unknown error" does not help very much. Besides, this problem should give more points than "Finding Neo (PG-13)". I think both give the same points. And another thing is that the test cases are a bit different from the submit. In the test cases, you have that matrix[x,last position] < matrix[x+1, initial position] which this does not happen on submit tests.