/TrieAutoSuggest

A simple C++ application that suggests the word based on a given prefix.

Primary LanguageC++

TrieAutoSuggest

A simple C++ application that suggests the words based on a given prefix using trie data structure.