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