Skip to content

asubedy/dictionary_using_trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary Using Trie Data structure

This project uses trie data structure to show meanings and and for the autosuggest feature.

https://asubedy.github.io/dictionary_using_trie/Dictionary/

Since I have not use any database here to show the working of trie the auto suggest feature works only for the 5000 commonly used words which is stored in an array

Future Plans:

  1. Make use of database to store more words and meaning
  2. Figure out a way to load pages faster (i guess after implementing first this should not be a problem but lets see

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published