Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 219 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 219 Bytes

AutoSuggest

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.