/Trie-Auto-complete

A simple implementation of a Trie data structure to auto-complete words.

Primary LanguageC++

Trie Auto complete

A simple implementation of Trie datastructure to auto complete words/ prefix search.

demo of the project can be found here.