mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
* ref: refactor Levenshtein distance implementation - Rewrite the original levenshtein distance implementation in functional style - Add optimized version of levenshtein distance * ref: make `LevenshteinDistance` class a proper utility * ref: remove duplicated test data * ref: update tests --- Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>