Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Thanks for explanation!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
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 ;-)
Execution time is 12 seconds (global CW limit).
Also, you seem to mix up the purpose of validity tests and performance tests :)
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.