|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Illustrative example for Aho-Corasick multi-pattern matching. More...
Go to the source code of this file.
Functions | |
| int | main () |
Illustrative example for Aho-Corasick multi-pattern matching.
Definition in file aho_corasick_example.cc.
| int main | ( | ) |
Definition at line 44 of file aho_corasick_example.cc.
References Aleph::Aho_Corasick::add_pattern(), and Aleph::divide_and_conquer_partition_dp().