Initial commit with Aho-Corasick code.
authorRafał Długołęcki <kontakt@dlugolecki.net.pl>
Sat, 29 Jun 2013 16:38:27 +0000 (18:38 +0200)
committerRafał Długołęcki <kontakt@dlugolecki.net.pl>
Sat, 29 Jun 2013 16:38:27 +0000 (18:38 +0200)
commit32058f00c48b61a9d794a6a29eb1b0fde5e95b07
tree64010720338b98d33015b63b91168803f01112af
Initial commit with Aho-Corasick code.
src/algorithm.cpp [new file with mode: 0644]
src/algorithm.h [new file with mode: 0644]
src/main.cpp [new file with mode: 0644]
src/trie.h [new file with mode: 0644]
src/typedef.h [new file with mode: 0644]