Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tymorrow/elm-dist-demo

Compute Levenshtein distance using dynamic programming in Elm
https://github.com/tymorrow/elm-dist-demo

dynamic-programming elm functional-programming levenshtein-distance

Last synced: 16 days ago
JSON representation

Compute Levenshtein distance using dynamic programming in Elm

Awesome Lists containing this project

README

        

# Elm Distance Demo (elm-dist-demo)

An Elm application that implements the Wagner-Fischer dynamic programming algorithm to compute the Levenshtein distance between two words.

# Building

```
elm make src/Main.elm
```

# Running

Just open `index.html` in your browser after building!