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".
I used a really long winded recursion implementation and I feel so stupid looking at this
This comment is hidden because it contains spoiler information about the solution
I was really struggling with the iterative solution, but this is so cool.
I don't think thats the point of codewars lmao
Geat Job bro!
Same
I guess your right! Wouldnt be surprised if this is how the min and max methods are written.
I had the same idea but yours is cleaner. Well done.
very cool solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...