Designed a autocomplete feature in which a Trie is built using a text file which contains around 70,000 words and later it gives all recommendations to auto-complete the prefix given by user in O(n) time complexity and if a word isn't found, it can be added in the Trie