NodeGroup2 / autocomplete-project

An autocomplete app
https://nodetojoy-autocomplete.herokuapp.com/
MIT License
0 stars 2 forks source link

Research dictionaries / data structures #5

Open msachi opened 7 years ago

marisid commented 7 years ago

Search for trie/hash table structures and how easily they can be implemented in JS. How much more efficient, dictionary searching would be given that we currently use a dictionary sorted by popularity?