Implementing a dictionary using trie I have created the data structure. The program now takes proper input from the file. Correctly checks whether the word is present or not.
FarazFaruqi/Dictionary
Implementing a program that prints all possible valid words of a string of characters.
C