https://github.com/dim13/levenshtein
Levenshtein distance
https://github.com/dim13/levenshtein
Last synced: about 2 months ago
JSON representation
Levenshtein distance
- Host: GitHub
- URL: https://github.com/dim13/levenshtein
- Owner: dim13
- License: isc
- Created: 2021-01-29T12:31:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T20:43:58.000Z (over 2 years ago)
- Last Synced: 2025-01-17T02:24:31.171Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Levenshtein distance
Distance between two strings is the number of deletions, insertions, or
substitutions required to transform source string into target string.