https://github.com/srgrr/ahocorasick
A C++ implementation of the Aho Corasick algorithm
https://github.com/srgrr/ahocorasick
aho-corasick-algorithm educational educational-materials experiment string-matching
Last synced: about 2 months ago
JSON representation
A C++ implementation of the Aho Corasick algorithm
- Host: GitHub
- URL: https://github.com/srgrr/ahocorasick
- Owner: srgrr
- Created: 2017-05-23T12:31:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T13:54:02.000Z (over 7 years ago)
- Last Synced: 2025-03-06T06:33:52.878Z (over 1 year ago)
- Topics: aho-corasick-algorithm, educational, educational-materials, experiment, string-matching
- Language: C++
- Size: 524 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
-----------------
| **`Travis CI Status`** |
|-------------------|
|[](https://travis-ci.org/srgrr/AhoCorasick)|
# AhoCorasick
A C++ Aho Corasick's algorithm implementation. It includes a bunch of tests and benchmarks.