Topic: "z-algorithm"
KHvic/algorithms
Advance algorithm implementations
Language: C++ - Size: 58.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 12 - Forks: 1

asherLZR/z-algorithm-visualised
Gusfield's Z-algorithm is used as a pre-processing step on the pattern as input to string pattern-matching algorithms like KMP and Boyer-Moore.
Language: Vue - Size: 1.79 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

dumbape/Competitive-Programming
All you need to save time :p
Language: C++ - Size: 82 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 2

visheshsinha/DNA-Sequencing
Get Started with DNA Sequencing working with .FastQ and .FastA file formats and performing Pattern Matching Algorithms (Exact & Approximate).
Language: Jupyter Notebook - Size: 324 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

jacobjinkelly/sequencing
Fast alignment of genomic sequences using Boyer-Moore with linear time construction of indexes using Z algorithm.
Language: C++ - Size: 60.5 KB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

AleksaVukadinovic/KIAA
Materijali i rokovi za kurs konstrukcija i analiza algoritama za I smer na Matematickom fakultetu.
Language: C++ - Size: 133 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

shavidze/Codeforces
Problems seen and solved on the https://codeforces.com/ website
Language: C++ - Size: 201 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

dberg/strings
daniberg.com
Language: Java - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ashutosh65000/Algorithms
Deals with the Algorithms along with the explanation.
Language: Java - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

auyeungtsun/knuth-morris-pratt-algorithm
Knuth Morris Pratt algorithm
Language: C++ - Size: 0 Bytes - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

auyeungtsun/knuth-morris-pratt
Knuth Morris Pratt (KMP) algorithm
Language: C++ - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Algorithmic-Solutions/Z-Algorithm
This repository explores the Z-algorithm, a linear-time string searching algorithm. We implement the Z-algorithm for practical applications in text summarization and text search with highlighting.
Language: TypeScript - Size: 32.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Edurz135/StringSearchingAlgorithms
🔎 Comparison of string pattern searching algorithms.
Language: Jupyter Notebook - Size: 19.9 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

darian-catalin-cucer/z-algorithm
The Z Algorithm is a linear-time string matching algorithm used to find all the occurrences of a pattern string in a text string. It uses a preprocessing step to create a Z array, which stores the length of the longest common prefix of the text and a suffix starting from a specific position.
Language: Kotlin - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

jesshew/lzss-encoder-decoder
Implementation of LZSS, a lossless data compression algorithm by using Z algorithm, Huffman and Elias encoding method.
Language: Python - Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Anushk2001/Analysis-of-Various-String-Algorithms
Here I have discussed various string algorithms, including the popular pattern matching algorithms
Language: C++ - Size: 85.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

iTeraTorr/Analysis-of-Various-String-Algorithms
Here we have discussed various string algorithms, including the popular pattern matching algorithms like KMP, Z, Rabin Karp, etc as a part of Design and Analysis of Algorithms course under the guidance of Dr. Kapil Ahuja
Size: 2.19 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0
