Groups
Category
AhoโCorasick (AC) turns a set of forbidden patterns into a finite automaton that lets you process or generate strings while tracking whether any pattern appears.
AhoโCorasick is a trie with failure links that finds all occurrences of many patterns in a single pass over the text.