Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 188 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 188 Bytes

Dictionary

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.