super fast cpp implementation of longest common subsequence/substring
-
Updated
Oct 25, 2023 - C++
super fast cpp implementation of longest common subsequence/substring
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.
String Comparision in C#.NET
This repo consists codes of Aditya Verma - Dynamic Programming Playlist
Novel algorithm to generate shortest edit script.
Step is a C++17, header-only library of STL-like algorithms and data structures
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
Step20 is a C++20, header-only library of STL-like algorithms and data structures
An implementation of the `Longest common substring` algorithm for PHP.
Here are some dynamic programming problem solutions.
A university project in which an antivirus program is designed using string matching
Get the LCS for several strings (more than 2) using suffix array and stack
This is a project that shows how to find the longest common substring in an array of strings.
this repo includes solutions of Leet code problems in python
Fuzzy search using Levenshtein Distance (LD) and Longest Common Substring (LCS) algorithm.
Learned as a part of Algorithm Design Course
Add a description, image, and links to the longest-common-substring topic page so that developers can more easily learn about it.
To associate your repository with the longest-common-substring topic, visit your repo's landing page and select "manage topics."