Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
aho_corasick_example.cc File Reference

Illustrative example for Aho-Corasick multi-pattern matching. More...

#include <iostream>
#include <string>
#include <Aho_Corasick.H>
Include dependency graph for aho_corasick_example.cc:

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Illustrative example for Aho-Corasick multi-pattern matching.

Definition in file aho_corasick_example.cc.

Function Documentation

◆ main()