Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.
-
Updated
Sep 6, 2021 - C
Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.
A C program that computes the maximum interleave factor "i" for an integer sequence X such taht the resulting interleaved sequence X^i is a subsequence of another integer sequence A.
Add a description, image, and links to the subsequence topic page so that developers can more easily learn about it.
To associate your repository with the subsequence topic, visit your repo's landing page and select "manage topics."