williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
16.84k stars 4.29k forks source link

Feat: Levenshtein distance algorithm #415

Open yurifilgueira opened 1 month ago

yurifilgueira commented 1 month ago

Closes #414

This PR adds the Levenshtein distance algorithm and includes tests.