hankcs / AhoCorasickDoubleArrayTrie

An extremely fast implementation of Aho Corasick algorithm based on Double Array Trie.
http://www.hankcs.com/program/algorithm/aho-corasick-double-array-trie.html
946 stars 289 forks source link

Replace old c-array-style #25

Closed ibrahimAlii closed 5 years ago

ibrahimAlii commented 5 years ago

Just clean the definition of arrays to modern style instead of old c-style

hankcs commented 5 years ago

Thank you.