Implementation of Trie datastructure using C++. Check word spelling.Also suggest words related to the given characters.
Compile : sh comp.sh
Execute : ./trie
A screenshot of constructing trie from given wordlist file :
Printing all words after constructions.
Searching for a string.