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.
Ended up researching a lot about primes and used Eratosthenes' sieve with just index checks, and sped things up soo much.
My solution still works, so I'd say yes, there is.
Is there a way to get past timeouts using js? Already applied a few optimizations for prime checks, but still getting timeouts