Skip to content

It uses trie data structure for auto suggesting various possible words of given prefix string

Notifications You must be signed in to change notification settings

dhananjay-mishra/AutoSuggest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

It uses trie data structure for auto suggesting various possible words of given prefix string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%