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.
" " is not the only whitespace
This comment is hidden because it contains spoiler information about the solution
oh sorry, I was thinking
i - n
and I have 1 unintentionally writteni - 1
instead of the if statement you could've used
c += i % 2
directlywhy not use
i - 1
instead ofi + (n * -1)
?