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.
You're wrong @gtrstr, sum does work with booleans, you can try executing
sum([True, True, True])
in Python to see it evaluates to 3.Source: https://docs.python.org/3/library/stdtypes.html#boolean-values
But if anagrams are case sensitive, then why are Buckethead and DeathCubeK true anagrams according to the C++ test cases?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
.
Ruby translation. Please, review and approve.
I might do a version two at some point, Thanks for the idea!
If you'd like to make it a little more challenging, you could do a version where the announcer doesn't always say the two scores consecutively!
I think you're right! My mistake
Wasn't that there 3 days ago?
Props for the Buckethead / DeathCubeK reference!
Maybe clarify whether the case of the letters matters in determining whether an anagram exists. Also I agree with others that a word should not be considered an anagram of itself.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution