trie-typed
v1.53.6
Published
Trie, Prefix tree. Javascript & Typescript Data Structure.
Downloads
3,686
Maintainers
Keywords
Readme
What
Brief
This is a standalone Trie data structure from the data-structure-typed collection. If you wish to access more data structures or advanced features, you can transition to directly installing the complete data-structure-typed package
How
install
npm
npm i trie-typed --save
yarn
yarn add trie-typed
snippet
API docs & Examples
Examples Repository