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

https://github.com/lyubchev/levans

🎯 Levenshtein distance implemented in Go
https://github.com/lyubchev/levans

distance edit go golang levenshtein levenshtein-distance

Last synced: 5 months ago
JSON representation

🎯 Levenshtein distance implemented in Go

Awesome Lists containing this project

README

          

# Levans

## TODO

- [x] Make the algorithm calculate distance
- [ ] Write an easy to understand explanation
- [ ] Create a spelling checker app using the algorithm
- [ ] Visualize algorithm?

## Reference

![](https://www.educative.io/api/edpresso/shot/4635258232242176/image/5657809267982336)

## Resources

- https://en.wikipedia.org/wiki/Levenshtein_distance

- https://medium.com/@ethannam/understanding-the-levenshtein-distance-equation-for-beginners-c4285a5604f0

- https://en.wikipedia.org/wiki/Approximate_string_matching