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 trained this kata on Go, but is's confusing me.
First of all we need to understand actual value of
upSpeed
anddownSpeed
variables.It seems to me sometimes it's counting as (assumption 1)
daySpeed
andnightSpeed
, and somitemes like (assumption 2)speed
andnightlySpeedDecrease
.It's funny, when I try to resolve this kata with assumption 1, then I getting some passed tests, and some failed, and the similar situation for assumption 2.
So what is actually right? Please fix it.
awesome!