Trie ==== Tree data structure that stores a dynamic set of strings, making it easy to search for a string in the set. .. automodule:: trie.trie :members: :undoc-members: :show-inheritance: