Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 175 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 175 Bytes

Levenstein Distance

This repo contains a C++ code implementing methods to compute the Levenstein (Damerau) Distance between 2 words based on a dynamic programming approach.