Showing 1-20 of 69,959 packages
Compare items in two sequences to find a longest common subsequence
Compare items in two sequences to find a longest common subsequence
Zero dependency Metric Longest Common Subsequence implementation in js
Find the longest common subsequence.
Get the longest common subsequence of two strings as described in https://en.wikipedia.org/wiki/Longest_common_subsequence_problem
Implementation of the longest common subsequence (diff) algorithm.
A JavaScript library to diff two images. Uses the Longest-Common-Subsequence algorithm to allow content to shift.
Finds the longest common subsequence of two strings, and the diff between them.
A library implementing different string similarity
Reasonably efficient and concise exact longest common subsequence and minimum edit-distance algorithm implementation for JavaScript
Module for comparing two txt files using longest common subsequence
Recall-Oriented Understudy for Gisting Evaluation (ROUGE) Evaluation Functions with TypeScript support
Count the longest repeating streak of a substring
(This package is incomplete and anything can change anytime. I'll write some docs before I publish the first version.) The Longest Common Subsequence algorithm for multiple input sequences
Implementation of paper 'An O(ND) Difference Algorithm and Its Variations' on array
Get the longest item in an array.
Longest Common Subsequence Algorithm Implementation
Get the longest common subsequence of two strings as described in https://en.wikipedia.org/wiki/Longest_common_subsequence_problem
Computes the longest prefix string that is common to each path, excluding the base component
Get string similarity in JavaScript or TypeScript