https://github.com/loremod/stringmatchingautomata
An implementation of a string matching algorithm with deterministic finite automata
https://github.com/loremod/stringmatchingautomata
Last synced: 9 months ago
JSON representation
An implementation of a string matching algorithm with deterministic finite automata
- Host: GitHub
- URL: https://github.com/loremod/stringmatchingautomata
- Owner: loremod
- Created: 2021-04-22T21:29:10.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T15:07:37.000Z (almost 5 years ago)
- Last Synced: 2025-10-12T02:07:46.445Z (9 months ago)
- Language: C++
- Size: 963 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StringMatchingAutomata
An implementation of a string matching algorithm with deterministic finite automata