Autocomplete is a CLI based word completion tool.
- Built in C++
- Used a dictionary containing 62995 english words
- Used Tries as the underlying data structure for efficient prefix matching
The software is currently under development. Since this is a learning exercise, features such as GUI, support for a larger set of words have been left out.