longest-common-substring topic

List longest-common-substring repositories

go-lcss

44
Stars
4
Forks
Watchers

Fast Longest Common Substring in Go

pylcs

63
Stars
22
Forks
Watchers

super fast cpp implementation of longest common subsequence/substring

StringOperations

24
Stars
3
Forks
Watchers

Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein

distlib

20
Stars
1
Forks
Watchers

Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.