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.
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
Step is a C++17, header-only library of STL-like algorithms and data structures
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 repo includes solutions of Leet code problems in python
A Java application which finds similar strings based on common substrings
Learned as a part of Algorithm Design Course
Dynamic Programming
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."