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.
Ruby Translation can anyone check this pls?
so there is a new fixed test to add. ;) And the author should raise up the number of random tests: 20 isn't enough (as just demonstrated by mD4ndr3. 100 is a minimum, for proper random testing, generally.
I think the test cases cannot weed out my wrong solution...for example if I try with the list ['72', '7', '7', '78', '79', '709', '94'] my solution gives the wrong answer but managed to pass all the test cases multiple times?...anyway this kata is really similar to https://www.codewars.com/kata/largest-number-arrangement/train/python
As it seems to be a "performance" kata, you should mention how many tests and up to what limit will be tested.
This comment is hidden because it contains spoiler information about the solution
This is functional programming :)