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.
The inputs in the actual tests are completely bogus (fixed tests with negative numbers???? and very big numbers).
Did you write
1 < N < 100000
then just to not cohere to it at all to troll the hell out of us?Not a new problem. Neither
isPrime
norsum
. Combining those totally unrelated things doesn't make it better, just worse.Don't keep your reference solution in
Preloaded
. Just put it inTests
. It's a closure - user can't get at it.Preloaded
is not.