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.
That's what I was looking for !
This was fixed, the random generator allowed zero-length strings.
You don't need the return here :)
HAHAHAHAHHAHAHAAHAHA!
This comment is hidden because it contains spoiler information about the solution
Hey man, do you think you can mark this issue as resolved? Thank you.
The final submit in the Ruby version seems to have a test with a
nil
value for the array. The instructions explicitly state that theThe input array is never empty
.Okay, so I've changed up the random string generation so hopefully no more lewd acronyms! :)
Alright, working on it now.
This comment is hidden because it contains spoiler information about the solution
There was a right parenthesis (
)
) missing at the very end of the Ruby test cases. Also, in Ruby, the function would be better named asis_anagram
instead ofisAnagram()
.This comment is hidden because it contains spoiler information about the solution
Yes! The Ruby version has a missing
)
and is not working.