aho_corasick
aho_corasick copied to clipboard
Add Tree Traversal and Implement Previously Suggested Fixes
- Add tree traversal to the TRIE tree (to calculate tree size)
- Add method to calculate node size (with / without peripherals)
- Add description to classes and some functions
- Fix trie.insert for a sequence (credit: Danila2016)
- Fix data race in failure state initialization (credit: genbattle)