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, the following generates a timeout:
Given that, I don't see how one could solve this kata in the allotted time.
my code passes both the static_tests and the small_random_tests. Then I get an "ExcecutionTimeout Error" while running the big_random_tests. Is this considered to be an error produced by my code or is the array given as input in the test simply too big?