Trie implementation in javascript. Fork from @datastructures-js/trie
.
Each Trie node can be anything, words are arrays.
Trie |
---|
npm install --save @ergeon/trie
Take a look to our implementation of this library. https://github.com/ergeon/trie-example/blob/master/src/trie.js