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.
Ah, I'm too low in Honor to be able to approve your translation. :-(
Looks good to me!
Thank you very, very much for taking the time and explaining! You were right, the tests were wonky and did not check for performance. I tried to fix those issues now. The test failure messages will read like
I'll put much more care into my next translations. :-)
Glad to have someone review my code! So, now I added newlines, grouped the basic tests and added a random test again. WDYT?
Thanks for the review and your suggestions! I tried to address most of them.
Completing this Kata taught me some more Scala goodness. Yay!
Didn't know that pattern matching could help here as well. This is a great and concise solution!
Awesome, I really like how this avoids unnecessary passes over the array!