Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 180 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 180 Bytes

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.