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.
In Python...
What I get in the console is the following:
Errors: 1
STDERR:
Process was terminated. It took longer than 12000ms to complete
Why did my code time out? [...]
There's no further output. Also if I insert some print statements, nothing is written on the console if the process times out.
How can I see how many tests I passed? I only get the message that the process was terminated... (I have the feeling I'm missing something obvious :-))
thanks !
My code is too slow. The sample tests complete in about 300ms. Is it meaningful to try to optimize the code, or should I rethink my solution completely ?