Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 219 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 219 Bytes

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