Generates a shortest edit script (Myers' diff algorithm) to indicate how to get from the strings in column A to the strings in column B. Also provides the edit distance (levenshtein).
-
Updated
Oct 15, 2024 - Rust
Generates a shortest edit script (Myers' diff algorithm) to indicate how to get from the strings in column A to the strings in column B. Also provides the edit distance (levenshtein).
Add a description, image, and links to the shortest-edit-script topic page so that developers can more easily learn about it.
To associate your repository with the shortest-edit-script topic, visit your repo's landing page and select "manage topics."