amilajack / js-algorithms

A collection of algorithms written in javascript
227 stars 76 forks source link

Add Levenshtein Distance Algorithm #168

Closed bahybintang closed 4 years ago

bahybintang commented 4 years ago

Add Levenshtein distance code implementation in Plain JS. Algorithm