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.
This comment is hidden because it contains spoiler information about the solution
Maybe the problem is not the performances of the loop/code, but an edge case the provoke an infinite loop...
("Edge cases"... g964 play A LOT with those...)
Exactly this same. My code runs 0.016 seconds for 20000+ bounces in my shell, anyone having any ideas?
I use the while loop in which I multiply height by bounce.
while height > window:
I have the same problem by using Python.Confusing...
Process was terminated. It took longer than 12000ms to complete // any solutions for that? my solution take 18ms more then they want to. :/
Did you see the note:
Anyway, thanks!
be aware about percent. they are in form like 5, so be carefull if you wont use 0,05 instead.