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.
Thank you for writing clear and specific description for this Kata without an ambiguity at all. The example and Clarification helped a lot. Admittingly, it still took me for several days to figure out the scenario before coding. It is interesting, [2,3,10] and [10,3,2] results in different outtocme.
Thank you for having specific and clear description what this Kata asks for. In contrast, I often feel the descriptions of several Kata(s) especially those in OOP tag are often ambiguous, resulting in taking more time for me to figure out what Kata asks for than actually thnking abut the code.
I enjoyed this Kata. This Kata looks simple but I struggled a lot. At the end, finally I made it. My solution was long and a lot inefficient. Looking foward seeing how other people solved this.
I think the question of this Kata should also mention about expecting the lower case for all others except for making the first charactor upper.