AustinScola / seligimus

A mono-library.
MIT License
1 stars 0 forks source link

Ascola/add levenshtein distance #132

Closed AustinScola closed 3 years ago

AustinScola commented 3 years ago

Add a recursive implementation of the Levenshtein distance for strings.

The Levenshtein distance actually applies to sequences in general and so it should probably be generalized eventually.