aho_corasick icon indicating copy to clipboard operation
aho_corasick copied to clipboard

Add Tree Traversal and Implement Previously Suggested Fixes

Open idanbaru opened this issue 10 months ago • 0 comments

  • 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)

idanbaru avatar Apr 07 '24 19:04 idanbaru