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.
I've modifed the descrption like this:
For
upSpeed = 100, downSpeed = 10 and desiredHeight = 910
, the output should be10
.For
upSpeed = 10, downSpeed = 9 and desiredHeight = 4
, the output should be1
.Because the plant reach to the desired height at day 1(10 meters).
This comment is hidden because it contains spoiler information about the solution
Is 1 the output when the parameters are exceeded?