There are no random tests.
Only 3 common passwords (out of all 50) are tested in the fixed tests.
This kata is a typical "grab bag" kata: it does a million things of very varying difficulty that has nothing to do with each other.
Also, there are Elixir exclusive built-ins (e.g Jaro distance) involved, so it'll have issues translated to other languages.
anagram?("mom", "oMo") === true
You may want to add translation to that kata.
Loading collection data...
There are no random tests.
Only 3 common passwords (out of all 50) are tested in the fixed tests.
This kata is a typical "grab bag" kata: it does a million things of very varying difficulty that has nothing to do with each other.
Also, there are Elixir exclusive built-ins (e.g Jaro distance) involved, so it'll have issues translated to other languages.
anagram?("mom", "oMo") === true
You may want to add translation to that kata.