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.
Thanks Alex, I appreciate that. I'm a big fan of KenKamau's Kata's, they always push me to write more efficient code. Happy coding!
Same here.
Random tests are expecting [] for all tests. I'm using JS.
It should work for random inputs too - Expected: [], instead got: [988, 31, 8266, 40, 9338, 205, 8622, 917, 9156, 709, 9666, 87, 9813, 711, 9880, 1041, 9825, 358,........
I would calculate the value for 'climbing' and 'volcano' by hand.
nice use of hobos > beggars
I enjoyed this kata. Helped gain a greater understanding of ways to sort in Ruby.
Very cool! Messed around in irb with this for bit before it clicked for me.
thanks!
In the example shouldn't "aeiou" become "keiou-aontti" instead of "koeiou-antti" since we're 'switching first letters until the first vowel' ?
I think the part of the description that reads "that can generated using all its element" should read "that can be generated using all of its elements".
My code is passing 10 tests, but I'm receiving 'undefined method include? for nil:Nilclass message'. Is that method disallowed?
I'm getting a similar error, but saying 1 should equal 0.