wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

pattern_matching_algorithm (161B)


      1 # Pattern matching algorithm
      2 
      3 - [boyer_moore]
      4 - [aho_corasick]
      5 - [knuth_morris_pratt]
      6 - [rabin_karp] with [rolling_hash]
      7 
      8 Up: [algorithm] for [pattern_matching]