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
This is one of the many applications of trie - AUTOCOMPLETE utility!
Created using javax swing and it can be used in dictionaries or other apps involving querying and searching!
About
This is one of the many applications of trie - AUTOCOMPLETE utility! Created using javax swing and it can be used in dictionaries or other apps involving querying and searching! I did this project as part of my Data Structures course at VIT. I created a simple Dictionary using Java Swing ADT and Trie data structure and tested this application usin…