Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 343 Bytes

File metadata and controls

7 lines (5 loc) · 343 Bytes

Levenshtein Distance

Calculates the levenshtein distance between two strings.

If you want to use this functionality, this function is simple enough so it is recommended to copy&paste its implementation (with the tests, if you want to) rather than importing this repository as a module