package | description | category | license |
---|---|---|---|
wooorm/stmr.c | Porter Stemmer algorithm | String manipulation | MIT |
wooorm/levenshtein.c | Levenshtein’s string edit distance algorithm | String manipulation | MIT |
abranhe/mergesort.c | Merge sort algorithm implementation | Utilities | MIT |
catb0t/fnv-hash | Fowler/Noll/Vo non-cryptographic hash algorithms | Hashing | Public Domain |
wooorm/stmr | Porter Stemmer CLI | Executables | MIT |
wooorm/levenshtein | Levenshtein’s string edit distance algorithm CLI | Executables | MIT |