wu-diff-js
Sequence comparer
Compares two sequences of characters using the Wu-Levenshtein distance algorithm to identify differences.
Compute differences between two slices using wu(the O(NP)) algorithm.
17 stars
2 watching
0 forks
Language: TypeScript
last commit: 19 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
halostatue/diff-lcs | A Ruby library for generating differences between sequences using the McIlroy-Hunt LCS algorithm | 289 |
soffes/diff | A pure Swift library for calculating differences between two sets of data. | 122 |
tonyarnold/differ | A Swift library for calculating differences and generating patches between collections. | 662 |
diptiranjan1/pso-vs-woa | A comparison tool for two optimization algorithms | 63 |
mattphillips/deep-object-diff | A small library that calculates the differences between two objects with nested structures, such as arrays and objects. | 1,063 |
zenangst/differific | A diffing framework that helps compare Hashable objects using the Paul Heckel's algorithm. | 123 |
tonytonyjan/jaro_winkler | An implementation of the Jaro-Winkler distance algorithm to compare strings | 195 |
darkestkhan/fletcher | An implementation of the Fletcher_16 sum computation algorithm in Ada. | 0 |
hackvertor/diffy | A Java application that displays differences between two responses using color-coded formatting. | 0 |
mirage/duff | A Pure OCaml implementation of a differential file diffing algorithm | 20 |
lxcid/listdiff | An implementation of an algorithm to calculate the diff between two arrays | 241 |
wu-lang/wu | A language and data processing framework designed to balance control, readability, and scalability with a syntax inspired by Rust. | 472 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,939 |
sidneycadot/oeis | Tools for analyzing and processing sequence data from the Online Encyclopedia of Integer Sequences. | 46 |
kowainik/treap | An efficient data structure for fast insertions and queries on sequences of values | 63 |