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.
Play with the equation to get
b
in terms ofa
so you don't have to brute-force it. (Remember you can factor!)"Testing for Daley Wong" gives me
It should work for random inputs too - Expected: "Daley Wong likes this likes this", instead got: "Daley Wong likes this"
Also, "Testing for Largo" gives me
It should work for random inputs too - Expected: "Largo likes this likes this", instead got: "Largo likes this"
If I test my code with
[Largo likes this]
I do getLargo likes this likes this
. So why isn't is passing? Is this test broken or am I interpreting it wrong? (Ruby)