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.
bouncingBall(300, 0.99, 1.5)
PHP Fatal error: Uncaught Error: Maximum function nesting level of '256' reached, aborting!
Very elegant and short. I didnt realise you could use $maze[$v] with array_search. I thought it could only be $maze without []. I will use this function a lot more now.
Thanks for the tip. I looked up in docs and you're right, without glue it would've been nicer))
glue is optional in this case.
return bindec(implode($arr));
Nice one ^^