v1.0.1
Deno module to compute the Levenshtein distance between two strings
Attributes
Very Popular
Repository
Current version released
4 years ago
Versions
levenshtein
Implementation of the Wagner-Fischer algorithm to compute the Levenshtein distance between two strings.
Usage
import levenshtein from "https://deno.land/x/levenshtein/mod.ts";
levenshtein("kitten", "sitting"); // 3