Trie-based algorithms

Home > Computer Science > Algorithms and data structures > String algorithms > Trie-based algorithms

These algorithms are used for efficiently storing and searching a set of strings. Trie-based algorithms include Trie, Trie with compressed elements, and Aho-Corasick algorithm.