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.
PHP translation:
https://www.codewars.com/kumite/5c9100b5f7701d7d48fe2ec1?sel=5c9100b5f7701d7d48fe2ec1
Please, check!!
And it's done!
Solution array is splitted in randomic length nested array and, always in a randomic way, are inserted empty array.
I hope you like it! :)
And it's done!
Solution array is splitted in randomic length nested array and, always in a randomic way, are inserted empty array.
I hope you like it! :)
Added PHP Translation :)
Thanks! :)
Yes, the biggest array is chunked in a random number of little arrays, each one with the same length (when is possible, of course).
It's the easiest and fast (and mine) way to do create an big number of random test.
Added PHP Translation :)
https://www.codewars.com/kumite/5b718a7cc74d6540ce000054?sel=5b718a7cc74d6540ce000054
It's pending and need approvation
PHP translation pending ;)