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.
Allocate enough, or big enough, objects, and the heap will run out of memory. Allocate fewer or lesser things on the heap. You shouldn't need more than
10 000
primes.Unfortunately, it is 99.99%
No, order matters. A subsequence can skip some chars, but not rearrange them.
No.
The order matters, they're subsequences, not subsets.
updated.
Have not seen that error before (in my whole life, actually :)). Not an expert, but if you're still having it, it seems that you're using too much memory (maybe have some leak or trying to create a very huge object/array or something like that...) unless this is not a Codewars issue, which I don't think it is.
I found this discussion at Stackoverflow.