Skip to content

ivanbgd/Algorithms-on-Strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

020b417 · Nov 14, 2021

History

76 Commits
Oct 10, 2021
Oct 9, 2021
Nov 14, 2021
Oct 1, 2021
Oct 1, 2021

Repository files navigation

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