Description: Multi-mode string matching algorithm. AC and AC-BM algorithm c language. String matching algorithm, as well as the relevant papers, original papers in English, it is collection of reference value.
- [mwm] - a multi-string matching algorithm, can s
- [iids] - joined the ac_bm match and completed a p
- [bm_algorithm] - An ideal, fast string matching algorithm
- [ac] - The c of the small program is based on t
- [AC-Automation] - ac automation algorithm
- [SundayAlgorithm] - Efficient string matching algorithm Sund
- [pattern_matching] - It s about pattern-matching. Some classi
- [3691] - pku 3691 Code AC Automation
File list (Check if you may need any files):
(AC-BM)getPDF.pdf
(BM)A Fast String Searching Algorithm.pdf
(BMH)stringsearch.pdf
acbm
....\ac_bm.c
....\ac_bm.h
acsmx.c
acsmx.h
Aho-Corasick.pdf
entry.c