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.
Rust translation. Please review and approve
D translation
please add more test cases, preferably random.
i was able to pass with an incorrect algorithm
some output from my comparisons, where:
levenshtein_greed
is my incorrect implementationLevenshtein_distance
is pypi python-Levenshtein ( https://pypi.python.org/pypi/python-Levenshtein/0.12.0 )my incorrect implementation got 5 339 right out of 10 000 and errs both too high and too low