An open API service indexing awesome lists of open source software.

https://github.com/ivanbgd/algorithms-on-strings

Various algorithms and data structures on strings
https://github.com/ivanbgd/algorithms-on-strings

burrows-wheeler-transform knuth-morris-pratt multiple-pattern-matching pattern-matching python suffix-array suffix-tree suffix-trie

Last synced: 3 months ago
JSON representation

Various algorithms and data structures on strings

Awesome Lists containing this project

README

        

# Algorithms on Strings
Various algorithms and data structures on strings
- Suffix Trie
- Suffix Tree
- Suffix Array
- Burrows-Wheeler Transform
- Knuth-Morris-Pratt
- Exact Pattern Matching
- Multiple Pattern Matching