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.
Im confused on how to find the starting point. my logic is the first and last direction should be the same but thats not correct. for example, my though is if index 0 is 'n' index 9 should also be 'n' to satisfy the 10 min and end back at the starting position. Can someone explain to me what is wrong with this logic or what im missing or what i might be misunderstanding?