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.
why ?
Ah, okay. That's an unfortunate way for it to work.
you are confused about how the test framework works. One test can contain several assertions. Both the random and fixed tests have many assertions.
On the C version, it only ran one test when I clicked "test" and only ran 2 tests when I clicked "Attempt"
Just finished the three in this series. Great job! I hope you find the time to keep going with this series!
It's probably slower than plain iterating forward due to cache thrashing.
I'm getting the same issue, it passes sometimes and other times this or a similar incorrect test shows up.
Why are you using the register keyword?
Is there a benefit to iterating in from both ends of the array? It seems like it just changes which cases take longer.
Nice