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.
is it neccessary to put '[]' in the min() function?
what argument do I have to hand the cProfile.run() function? The function as string or a filename with the function as string? did not work so far.
A critical hint for those having trouble with timeout, use a code profiler to check execution time of each step in your code. In Python look at the inbuilt cProfile library on your own environment.