add new operation: Levenshtein Distance

This commit is contained in:
MikeCAT 2023-01-11 05:16:37 +09:00
parent ba12ad8e7c
commit 2c822314df
4 changed files with 265 additions and 0 deletions

View file

@ -130,6 +130,7 @@ import "./tests/FletcherChecksum.mjs";
import "./tests/CMAC.mjs";
import "./tests/AESKeyWrap.mjs";
import "./tests/Rabbit.mjs";
import "./tests/LevenshteinDistance.mjs";
// Cannot test operations that use the File type yet
// import "./tests/SplitColourChannels.mjs";