Trie in Javascript: the Data Structure behind Autocomplete
“We’ve already covered the basics of tree data structure in three posts. If you haven’t gone through those yet, I would strongly going through the introductory post at the very least. Trie is a variation of tree data structure. It’s also referred to as prefix tree or a variation of search tree.”
read »