wiki_research

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

dictionary_matching (210B)


      1 # Dictionary matching
      2 
      3 The generalization of the [pattern_matching] problem to the case where you have a dictionary of patterns
      4 
      5 [Algorithm] for this: [aho_corasick]
      6 
      7 Up: [computational_problem], [stringology]