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.
Oh, thank you for clarifying. :)
Sorry, that shouldn't have been there, it is unused.
Initially, I was running the loop
for(size_t i=0; i < num_bits;++i)
, when I changed from that to the current solution, I forgot to removenum_bits
What is the size_t num_bits for?