Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 214 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 214 Bytes

String Edit Distance

String edit distance to quantify how dissimilar two strings are to one another

This repository contains an implementation of string edit distance using a dynamic programming approach