Skip to content

A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.

Notifications You must be signed in to change notification settings

shibin-george/AutoComplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AutoComplete

A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.

The words in a 'word_list.txt' file are first inserted into the trie. In case a word not recognised is typed, it is automatically inserted into the trie( principle of locality: words used in a message might need to be used later in the message).

About

A simple AutoComplete UI, which uses a Trie-based implementation for efficiency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published