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.
The shifting value is lower than the array size. But there is no other dependency between these both values.
Shift 2 means, that -77 would be added to 28 and not to -91.
So -49 is correct.
0 would mean:
1 would mean:
2 would mean:
3 would mean:
Thank you for telling me about the problem!
Could you please try again?
Thanks for the hint. I will see and fix this.