You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It uses basic implementation of trie data structure for auto suggesting various possible words of given prefix string. It uses File Handling to fetch words from file(words.txt) and building its trie tree.