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.
Saw the prompt absolutely broke my mind. Then the aha moment clicks and its really fun
This was rough, went through several types of sieves. Couldn't get atkins to work which was what I tried at first, but ended up getting eratosthenes to work. Good reminder that just because something is 'theoretically' faster doesn't mean it actually is when theres hundreds of millions of extra small operations being done.