Ad
  • Custom User Avatar

    Thanks for explanation!

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    The issue with the test suite is now fixed (see issue written by alanolmo).

    I just mean that it would be helpful to know at the beginning, that it is about the complexity of the algorithm ;-)

  • Custom User Avatar

    Execution time is 12 seconds (global CW limit).

    Also, you seem to mix up the purpose of validity tests and performance tests :)

  • Custom User Avatar

    hmm.. i have two algorithms, one takes about 1380ms and the other only 80ms.. but the random tests still fail.
    I think it would be much better to give feedback in the random tests and tell which testcase failed.
    With the current test suite it is very unhelpful to figure out what is missing/wrong with the solution. (Unless this is not even about the performance but about writing a new testsuite to debug the code?)

    In addition it would be nice to give a hint in the description what is actually the problem to solve (performance) and give clear boundaries for the maximum execution time.