longest-common-substring
There are 30 repositories under longest-common-substring topic.
Meteorix/pylcs
super fast cpp implementation of longest common subsequence/substring
vmarkovtsev/go-lcss
Fast Longest Common Substring in Go
linkdotnet/StringOperations
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
schiffma/distlib
Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.
bezzad/StringComparison
String Comparision in C#.NET
yashk9293/Aditya-Verma-Dynamic-Programming
This repo consists codes of Aditya Verma - Dynamic Programming Playlist
linkdotnet/ts-stringoperations
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
ppml38/shortest_edit_script
Novel algorithm to generate shortest edit script.
storm-ptr/step
Step is a C++17, header-only library of STL-like algorithms and data structures
storm-ptr/step20
Step20 is a C++20, header-only library of STL-like algorithms and data structures
vmarkovtsev/etalpmet
Template reverser for Go
shiningflash/Dynamic-Programming
Here are some dynamic programming problem solutions.
Triun/PHP-Longest-Common-Substring
An implementation of the `Longest common substring` algorithm for PHP.
bestmahdi2/Uni__AntivirusSystemLongestCommonSubstringMatching
A university project in which an antivirus program is designed using string matching
cornerCao/LCS
Get the LCS for several strings (more than 2) using suffix array and stack
ahabegger/LCS-For-Proteins
The repository features a Python implementation of algorithms for analyzing DNA sequences. Its main functionality includes generating random DNA sequences, translating DNA to protein sequences, performing 6-frame translations, and finding the Longest Gene Expression (LGE) between two DNA sequences using a modified Longest Common Substring approach.
bhavyapolishetti/leetcodeproblems
this repo includes solutions of Leet code problems in python
gautamop01/CS222-Algorithm-Design
Learned as a part of Algorithm Design Course
Mahibulhassan/Algorithms
Implementation All Kind of Algorithm .. Such as..... Back-traking,Dinamic Progra, FBS,DFS,Number theory,Search Algorithm,Diakastra,Floyed Warshal,Hamiltonpath,KMP,Longest Common Subsequence,Robin Cup Pattern Maching,Selection Sort
merterpam/find-similar-strings
A Java application which finds similar strings based on common substrings
ondrej-nemec/metrics
This package allow use strings operations to generic sequence
abhisheksoni27/lexer.js
A lexer and longest common sequence finder (between JS source code files)
akshaya13/Plagiarism-Detector
Plagiarism detection tool using the Longest Common Substring (LCS) algorithm to identify common substrings
erikgreasy/python-text-corrector
LCS and Edit Distance text corrector
esyede/fuzzy
Fuzzy search using Levenshtein Distance (LD) and Longest Common Substring (LCS) algorithm.
NZubia/ST-ReSeFi
Suffix Tree based method to find repeated sequences
pontazaricardo/Longest_common_substring
This is a project that shows how to find the longest common substring in an array of strings.
sinhajoy/DP-Clean-AV-Chanel
Dynamic Programming
YaroslavKSE/Task_7
Spell Checker