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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Me helped only ini_set('memory_limit', '512M');
Thank you, it helped.
I think this string should be added to the tests.
The way i passed it is to do
ini_set('memory_limit', '256M');
No clue if its to do with my Code or not.
this just increases the memory to play around with
Doesn't this break the stack, on large examples?
Can't pass random tests in php:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 67108872 bytes) in /home/codewarrior/run.php on line 36
This comment is hidden because it contains spoiler information about the solution
it works now
still not fixed