Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bennylope/string-distance-exercises
String distance calculated in different languages. A simple exercise to explore other languages, and fairly quickly, too.
https://github.com/bennylope/string-distance-exercises
Last synced: 29 days ago
JSON representation
String distance calculated in different languages. A simple exercise to explore other languages, and fairly quickly, too.
- Host: GitHub
- URL: https://github.com/bennylope/string-distance-exercises
- Owner: bennylope
- Created: 2014-11-25T17:15:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T17:35:26.000Z (almost 10 years ago)
- Last Synced: 2023-03-10T21:19:11.568Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# String distance implementations
String distance is a solved problem. There's nothing inherently
interesting in the code here. It's just a coding exercise.The examples here are overly naive and may or may not represent
Levenshtein distnace.