aho_corasick_trie

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

aho corasick trie

The second-worst Aho-Corasick implementation on pub.dev.
Usage #
AhoCorasick.from(['b', 'ab', 'e'])
.findAll('abe')
.map((m) => m.contents)
.toList());
// [b, ab, e]
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.