Encyclopedia > Aho-Corasick algorithm

  Article Content

Aho-Corasick algorithm

The string searching algorithm invented by Alfred V. Aho and Margaret J. Corasick[?] searches the text for an element of finite set of patterns.

Informally, the algorithm constructs a search engine first and then uses it on raw text. In many cases, where the set of patterns is given in advance (e.g. computer virus database), the construction step could be performed only once and the compiled engine stored for later use.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Great River, New York

... County, New York. As of the 2000 census, the town had a total population of 1,546. Geography Great River is located at 40°43'29" North, 73°9'36" West ...

 
 
 
This page was created in 42.5 ms