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.
This solved it for me! Thank you so much!
If you have trouble passing binary encoding tests, make sure you are casting between types correctly. I found it useful to cast char to unsigned char before casting it into unsigned int. Good luck!