Skip to content

ivanbgd/Algorithms-on-Strings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

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