Query-prefix-auto-complete A simple C++ program that uses a trie tree data structure to store words from a dictionary file, and it uses the trie to auto-complete query prefixes.