Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.