Skip to content

kkb-10/Autocomplete-feature-using-Trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trie-Autocomplete

Designed a autocomplete feature in which a Trie is built using a text file which contains around 70,000 words and later it gives all recommendations to auto-complete the prefix given by user in O(n) time complexity and if a word isn't found, it can be added in the Trie

About

AutoComplete Feature using Trie in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages