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.
yep, but when you create your own solution, with own seing, thats cool! like you creating your own library
This comment is hidden because it contains spoiler information about the solution
Well since we are talking about words/sentences, they can be only so long, so I don't see why performance would play a huge part in this code. At least for the test cases both solutions are almost equal (sorted even being a bit faster).
I had this originally but it fails if the two words are the same as it returns True. It seems that the problem does not count a word as an anagram of iteself, so it would be asking for a False return if the two words were "Shops" and "sHops".
This comment is hidden because it contains spoiler information about the solution
Geat Job bro!
Same
I had the same idea but yours is cleaner. Well done.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
spoiler flag, plz...
This comment is hidden because it contains spoiler information about the solution
This is brilliant.
Yes!